We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64e097 commit 0fab691Copy full SHA for 0fab691
.pre-commit-config.yaml
@@ -12,12 +12,9 @@ repos:
12
- id: end-of-file-fixer
13
- id: fix-byte-order-marker
14
- id: trailing-whitespace
15
- # Enable when no significant PRs are in progress
16
- # - repo: https://github.com/psf/black
17
- # rev: 23.1.0
18
- # hooks:
19
- # - id: black
20
- # - repo: https://github.com/pycqa/isort
21
- # rev: 5.12.0
22
23
- # - id: isort
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.12.5
+ hooks:
+ - id: ruff
+ args: [ --fix ]
+ - id: ruff-format
0 commit comments