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 ae9d626 commit 36a2daaCopy full SHA for 36a2daa
.pre-commit-config.yaml
@@ -4,22 +4,14 @@
4
# pre-commit autoupdate
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.3.0
+ rev: v4.4.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
11
exclude: '.*\.pth$'
12
- id: debug-statements
13
- - repo: https://github.com/PyCQA/isort
14
- rev: 5.10.1
+ - repo: https://github.com/charliermarsh/ruff-pre-commit
+ rev: v0.0.253
15
16
- - id: isort
17
- - repo: https://github.com/asottile/pyupgrade
18
- rev: v3.2.2
19
- hooks:
20
- - id: pyupgrade
21
- args: [--py36-plus]
22
- - repo: https://github.com/PyCQA/flake8
23
- rev: 5.0.4
24
25
- - id: flake8
+ - id: ruff
+ # args: [--fix, --exit-non-zero-on-fix]
0 commit comments