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 6ea831e commit 0c1b1b7Copy full SHA for 0c1b1b7
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.15.0
+ rev: v3.16.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py36-plus"]
7
8
- repo: https://github.com/PyCQA/flake8
9
- rev: 6.1.0
+ rev: 7.0.0
10
11
- id: flake8
12
@@ -16,14 +16,14 @@ repos:
16
- id: yesqa
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.5.0
+ rev: v4.6.0
20
21
- id: check-merge-conflict
22
- id: check-toml
23
- id: check-yaml
24
- id: mixed-line-ending
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 5.12.0
+ rev: 5.13.2
28
29
- id: isort
0 commit comments