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 a73b647 commit d48d9ccCopy full SHA for d48d9cc
.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: v4.6.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -13,13 +13,13 @@ 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.4.4
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.15.2
23
24
- id: pyupgrade
25
args: [--py37-plus]
0 commit comments