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 7b7275aCopy full SHA for 7b7275a
.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: v4.5.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: 5.13.2
15
16
- id: isort
17
- repo: https://github.com/PyCQA/flake8
18
- rev: 6.0.0
+ rev: 7.0.0
19
20
- id: flake8
21
- repo: https://github.com/commitizen-tools/commitizen
22
- rev: v3.5.2
+ rev: v3.18.3
23
24
- id: commitizen
25
stages:
0 commit comments