We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b07e41 commit d2dc154Copy full SHA for d2dc154
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: requirements-txt-fixer
6
name: Requirements
@@ -30,13 +30,13 @@ repos:
30
- id: check-merge-conflict
31
name: Merge Conflicts
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: 'v0.4.3'
+ rev: 'v0.8.2'
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
37
language: python
38
- repo: https://github.com/psf/black
39
- rev: 24.4.2
+ rev: 24.10.0
40
41
- id: black
42
name: Black Formatting
0 commit comments