We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96eece commit 45a2c6bCopy full SHA for 45a2c6b
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: requirements-txt-fixer
6
name: Requirements
@@ -30,12 +30,12 @@ repos:
30
- id: check-merge-conflict
31
name: Merge Conflicts
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: 'v0.3.2'
+ rev: 'v0.3.7'
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
37
- repo: https://github.com/psf/black
38
- rev: 24.2.0
+ rev: 24.4.0
39
40
- id: black
41
name: Black Formatting
0 commit comments