We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461dc90 commit fac3cccCopy full SHA for fac3ccc
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
name: Trailing Whitespace
@@ -16,14 +16,14 @@ repos:
16
- id: check-merge-conflict
17
name: Merge Conflicts
18
- repo: https://github.com/psf/black
19
- rev: 23.3.0
+ rev: 24.4.0
20
21
- id: black
22
name: Black Formatting
23
language: python
24
types: [ file, python ]
25
- repo: https://github.com/pycqa/flake8
26
- rev: 6.0.0
+ rev: 7.0.0
27
28
- id: flake8
29
name: Flake8 Formatting
0 commit comments