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 5a59823 commit 6724a2dCopy full SHA for 6724a2d
.pre-commit-config.yaml
@@ -2,14 +2,14 @@ exclude: '^docs/|\.tox|\.git|venv|^dist'
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-yaml
10
11
- repo: https://github.com/Zac-HD/shed
12
- rev: 2023.6.1
+ rev: 2024.3.1
13
14
- id: shed
15
additional_dependencies: [ 'black~=23.1' ]
0 commit comments