We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a0018 commit 36112edCopy full SHA for 36112ed
.pre-commit-config.yaml
@@ -10,11 +10,11 @@ repos:
10
- id: check-added-large-files
11
args: ['--maxkb=2000']
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 6.0.0
+ rev: 6.1.0
14
hooks:
15
- id: flake8
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.9.0
+ rev: v3.14.0
18
19
- id: pyupgrade
20
- repo: https://github.com/pycqa/isort
@@ -23,6 +23,6 @@ repos:
23
- id: isort
24
name: isort (python)
25
- repo: https://github.com/psf/black
26
- rev: 23.7.0
+ rev: 23.9.1
27
28
- id: black
0 commit comments