We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c20c85 commit 0705cf5Copy full SHA for 0705cf5
1 file changed
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-ast
6
- - id: check-byte-order-marker
7
- id: check-case-conflict
8
- id: check-docstring-first
9
- id: check-executables-have-shebangs
10
- id: check-merge-conflict
11
- id: check-yaml
12
- id: end-of-file-fixer
+ - id: fix-byte-order-marker
13
- id: mixed-line-ending
14
- id: no-commit-to-branch
15
args: [--branch, main]
@@ -29,6 +29,6 @@ repos:
29
30
- id: isort
31
- repo: https://github.com/psf/black
32
- rev: 25.1.0
+ rev: 25.9.0
33
34
- id: black
0 commit comments