Skip to main content

A linter for Cython files

Project description

auto-walrus

auto-walrus

auto-walrus

Build Status Coverage pre-commit.ci status

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.2.1
    hooks:
    -   id: auto-walrus

Command-line example

auto-walrus myfile.py
-    n = 10
-    if n > 3:
+    if (n := 10) > 3:

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

Lines with comments (e.g. # type: ignore) won't be rewritten.

Testimonials

Christopher Redwine, Senior Software Engineer at TechnologyAdvice

hmm, i dunno about this one chief

Michael Kennedy & Brian Okken, hosts of the Python Bytes podcast:

I kind of like this being separate from other tools

Someone on Discord

you're a monster

Will McGugan, CEO / Founder of http://Textualize.io:

Embrace the Walrus!

Project details


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.2.1.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

auto_walrus-0.2.1-py2.py3-none-any.whl (6.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file auto_walrus-0.2.1.tar.gz.

File metadata

  • Download URL: auto_walrus-0.2.1.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for auto_walrus-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8cbb932905fa85615fbf3242a693e8ee7ab95c554c39f0f539b2100c2c662fff
MD5 d3e3611f7f2b62288576d4af46a0cb87
BLAKE2b-256 00477f1c3e8b72776269d8cbd6c9922f5f8e2e83f4696ee503ff26964779cc39

See more details on using hashes here.

Provenance

File details

Details for the file auto_walrus-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for auto_walrus-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3f08699ea02be6dc64c4bbb94543f8c9b5c67453cc5a0524495bea5a0ae9145d
MD5 5a0dc6a2c356313d8b303e98b73cbb77
BLAKE2b-256 39d3dfed20c0291b10a1f55afcbfc877d8da88c7db8a182b9b7ceaa0371ed9b8

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page