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 001d2c0 commit 95c7f92Copy full SHA for 95c7f92
.pre-commit-config.yaml
@@ -3,10 +3,6 @@ repos:
3
rev: v2.2.6
4
hooks:
5
- id: codespell
6
-- repo: https://github.com/psf/black
7
- rev: 23.11.0
8
- hooks:
9
- - id: black
10
- repo: https://github.com/asottile/blacken-docs
11
rev: 1.16.0
12
@@ -23,11 +19,13 @@ repos:
23
19
24
20
- id: pyupgrade
25
21
args: [--py37-plus]
26
-- repo: https://github.com/asottile/reorder-python-imports
27
- rev: v3.12.0
22
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.1.14
28
29
- - id: reorder-python-imports
30
- args: ['--application-directories=execnet', --py37-plus]
+ - id: ruff
+ args: [ --fix ]
+ exclude: "^doc/example"
+ - id: ruff-format
31
- repo: https://github.com/PyCQA/doc8
32
rev: 'v1.1.1'
33
0 commit comments