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.4
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.4.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file auto_walrus-0.1.4.tar.gz
.
File metadata
- Download URL: auto_walrus-0.1.4.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95182f5fbe68fe29d15b3f40971597fcb898c54f0c7114da46527780e1aa6273 |
|
MD5 | 0f352672ba647414ee553b6f15411231 |
|
BLAKE2b-256 | 1abf367cb42bf7b66d92925795abb6be012d31396e8614bb1b9d455ecab10459 |
Provenance
File details
Details for the file auto_walrus-0.1.4-py2.py3-none-any.whl
.
File metadata
- Download URL: auto_walrus-0.1.4-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 | de89bd4597b40bbcf18819c034b79a043321804aa32b47228548c05ddecd0f02 |
|
MD5 | 730288c8cba0ee5be3bc868108252718 |
|
BLAKE2b-256 | 88c20e0fdfb8dcbf2a76c5fde67d88bdd35940442042153ccffbd64730cc558f |