A linter for Cython files
Project description
auto-walrus
Automatically use the walrus operator where possible
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.1
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.
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.1.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file auto_walrus-0.1.1.tar.gz
.
File metadata
- Download URL: auto_walrus-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 687e0592ccf0afe59139d6331903550d6bd77b678dea68a17fc73c5b8bc6c61e |
|
MD5 | 5b648fbff06dbf8c5e2ba2cbf81e55a9 |
|
BLAKE2b-256 | 68b7c17ecffa0505a8b0b2abb5bd0af62b711b3a4f696134a1dc0fda427b350a |
Provenance
File details
Details for the file auto_walrus-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: auto_walrus-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 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 | b3aefc55850371de5b184e24e3dcac0200d7a692e69a25b55b78020b99d0f1d0 |
|
MD5 | 040272c323491fa557f4fe45613a63ee |
|
BLAKE2b-256 | bf19ed82e1cc8b61e757f2e29a383732b1722ab00460a7b9d7a7e5f432437a29 |