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 12e61d0 commit f0d0b9bCopy full SHA for f0d0b9b
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
# Ruff version.
6
- rev: v0.6.7
+ rev: v0.8.0
7
hooks:
8
# Run the linter.
9
- id: ruff
@@ -18,13 +18,13 @@ repos:
18
- --max-line-length=100
19
- --ignore=W503,E203
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v4.6.0
+ rev: v5.0.0
22
23
- id: trailing-whitespace
24
- id: end-of-file-fixer
25
- id: debug-statements
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.17.0
+ rev: v3.19.0
28
29
- id: pyupgrade
30
args: [--py3-plus, --py311-plus]
0 commit comments