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 f010a47 commit eff9006Copy full SHA for eff9006
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: v0.4.1
+ rev: v0.9.9
5
hooks:
6
# Run the linter.
7
- id: ruff
@@ -10,14 +10,14 @@ repos:
10
# Run the formatter.
11
- id: ruff-format
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.6.0
+ rev: v5.0.0
14
15
- id: trailing-whitespace
16
- id: check-json
17
- id: check-yaml
18
- id: end-of-file-fixer
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.15.2
+ rev: v3.19.1
21
22
- id: pyupgrade
23
args: [--py3-plus, --py38-plus]
0 commit comments