A linter for Cython files
Project description
auto-walrus
auto-walrus
A tool and pre-commit hook to automatically apply the awesome walrus operator.
Installation
pip install auto-walrus
Usage as a pre-commit hook
See pre-commit for instructions
Sample .pre-commit-config.yaml
:
- repo: https://github.com/MarcoGorelli/auto-walrus
rev: v0.1.5
hooks:
- id: auto-walrus
Command-line example
auto-walrus myfile.py
- n = len(a)
- if n > 10:
+ if (n := len(a)) > 10:
Configuration
Using the walrus operator can result in longer lines. Lines longer than what you
pass to --line-length
won't be rewritten to use walrus operators.
E.g.
auto-walrus myfile_1.py myfile_2.py --line-length 89
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
auto_walrus-0.1.5.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file auto_walrus-0.1.5.tar.gz
.
File metadata
- Download URL: auto_walrus-0.1.5.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe88bb828e03f92d4681894a6e3d9d273e6800571ee7c7b77e205a0715d64d6a |
|
MD5 | 1df0d48b7d990d8eeffb52d65636e35f |
|
BLAKE2b-256 | e03d204552f1c254814d827c5415be1df73b7c9eff730f4cfe8d8d61bf14aaf0 |
Provenance
File details
Details for the file auto_walrus-0.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: auto_walrus-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ccd5c963bd7fb1a2b380c3fc4dbca1c27a630830195a5fceb2e87a6c59ac323 |
|
MD5 | 7f1a55583d5b744e6e5caa85c55de2d1 |
|
BLAKE2b-256 | abb479d341560bc01e33ab0d8054e131156c0abc6d5a7a8625159f53dcecff38 |