We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6184dc4 commit d260c0cCopy full SHA for d260c0c
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: check-merge-conflict
6
- id: check-toml
@@ -9,19 +9,19 @@ repos:
9
- id: trailing-whitespace
10
args: [--markdown-linebreak-ext=md]
11
- repo: https://github.com/pre-commit/pygrep-hooks
12
- rev: v1.9.0
+ rev: v1.10.0
13
14
- id: python-check-blanket-noqa
15
- repo: https://github.com/PyCQA/isort
16
- rev: 5.10.1
+ rev: 5.12.0
17
18
- id: isort
19
- repo: https://github.com/psf/black
20
- rev: 22.10.0
+ rev: 23.1.0
21
22
- id: black
23
- repo: https://github.com/PyCQA/flake8
24
- rev: &flake8_version 5.0.4
+ rev: &flake8_version 6.0.0
25
26
- &flake8_hook
27
id: flake8
0 commit comments