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 625ff79 commit 08d2ab1Copy full SHA for 08d2ab1
.pre-commit-config.yaml
@@ -5,25 +5,25 @@ ci:
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.1.0
+ rev: v5.0.0
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
12
- id: check-yaml
13
- id: check-added-large-files
14
15
- repo: https://github.com/pycqa/isort
16
- rev: 5.10.1
+ rev: 6.0.1
17
18
- id: isort
19
20
- repo: https://github.com/psf/black
21
- rev: 22.1.0
+ rev: 25.1.0
22
23
- id: black
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 4.0.1
+ rev: 7.3.0
27
28
- id: flake8
29
additional_dependencies:
0 commit comments