We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59cca8c + 2a5b7fc commit 55fbcb7Copy full SHA for 55fbcb7
1 file changed
.pre-commit-config.yaml
@@ -6,13 +6,13 @@ repos:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 26.1.0
+ rev: 26.3.1
10
hooks:
11
- id: black
12
files: ^src/|^tests/
13
- repo: https://github.com/codespell-project/codespell
14
# Configuration for codespell is in .pre-commit-config.yaml
15
- rev: v2.4.1
+ rev: v2.4.2
16
17
- id: codespell
18
additional_dependencies:
0 commit comments