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 3b9949f commit 39002e6Copy full SHA for 39002e6
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -13,17 +13,17 @@ repos:
13
- id: requirements-txt-fixer
14
- id: trailing-whitespace
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.1.9
+ rev: v0.8.6
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
20
- id: ruff-format
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v2.37.3
+ rev: v3.19.1
23
24
- id: pyupgrade
25
args: [--py37-plus]
26
- repo: https://github.com/kieran-ryan/pyprojectsort
27
- rev: v0.3.0
+ rev: v0.4.0
28
29
- id: pyprojectsort
0 commit comments