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 02c38be commit 9527a4fCopy full SHA for 9527a4f
.pre-commit-config.yaml
@@ -4,18 +4,18 @@ default_language_version:
4
python: python3
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v5.0.0
8
hooks:
9
- id: check-executables-have-shebangs
10
- id: check-merge-conflict
11
- id: check-yaml
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/pycqa/flake8
15
- rev: 7.0.0
+ rev: 7.1.1
16
17
- id: flake8
18
- repo: https://github.com/psf/black
19
- rev: 23.12.1
+ rev: 24.10.0
20
21
- id: black
0 commit comments