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 af740c3 commit d013cfdCopy full SHA for d013cfd
.pre-commit-config.yaml
@@ -2,19 +2,19 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v4.5.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-yaml
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
15
- id: flake8
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.9.0
+ rev: v3.15.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