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 676fb56 commit f9c8651Copy full SHA for f9c8651
.pre-commit-config.yaml
@@ -5,21 +5,21 @@
5
exclude: '^(\.tox|ci/templates)(/|$)'
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.4.0
+ rev: v5.0.0
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
12
- id: debug-statements
13
- repo: https://github.com/PyCQA/isort
14
- rev: 5.12.0
+ rev: 6.0.1
15
16
- id: isort
17
- repo: https://github.com/PyCQA/flake8
18
- rev: 6.0.0
+ rev: 7.2.0
19
20
- id: flake8
21
- repo: https://github.com/commitizen-tools/commitizen
22
- rev: v3.5.2
+ rev: v4.6.0
23
24
- id: commitizen
25
stages:
0 commit comments