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 3398c36 commit 1aad8cbCopy full SHA for 1aad8cb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -14,11 +14,11 @@ repos:
14
- id: fix-byte-order-marker
15
- id: mixed-line-ending
16
- repo: https://github.com/psf/black
17
- rev: 23.1.0
+ rev: 25.1.0
18
19
- id: black
20
- repo: https://github.com/PyCQA/flake8
21
- rev: 6.0.0
+ rev: 7.2.0
22
23
- id: flake8
24
additional_dependencies: ['flake8-pyproject', 'flake8-docstrings', 'darglint']
0 commit comments