We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b39d2 commit efc211bCopy full SHA for efc211b
.pre-commit-config.yaml
@@ -1,19 +1,19 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.1.1
+ rev: 25.1.0
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.5.0
+ rev: v5.0.0
11
12
- id: trailing-whitespace
13
- id: end-of-file-fixer
14
15
- repo: https://github.com/PyCQA/flake8
16
- rev: 7.0.0
+ rev: 7.1.1
17
18
- id: flake8
19
exclude: docs
0 commit comments