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 f0a3e1c commit ec3ab96Copy full SHA for ec3ab96
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -10,11 +10,11 @@ repos:
10
- id: check-toml
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v3.15.0
+ rev: v3.20.0
14
15
- id: pyupgrade
16
- repo: https://github.com/pycqa/flake8
17
- rev: '7.0.0'
+ rev: '7.2.0'
18
19
- id: flake8
20
args: [--max-line-length=120]
0 commit comments