We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7e522 commit c99f356Copy full SHA for c99f356
.pre-commit-config.yaml
@@ -1,19 +1,19 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.3.0
+ rev: 24.1.1
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
7
language_version: python3
8
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v4.1.0
+ rev: v4.5.0
11
12
- id: trailing-whitespace
13
- id: end-of-file-fixer
14
15
- repo: https://github.com/PyCQA/flake8
16
- rev: 4.0.1
+ rev: 7.0.0
17
18
- id: flake8
19
exclude: docs
0 commit comments