We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887e2cb commit 2bdb2a7Copy full SHA for 2bdb2a7
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
# See https://pre-commit.com/hooks.html for more hooks
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace # trims trailing whitespace
9
- id: end-of-file-fixer # files end with one newline
@@ -20,7 +20,7 @@ repos:
20
21
# Runs black
22
- repo: https://github.com/psf/black
23
- rev: 24.8.0
+ rev: 24.10.0
24
25
- id: black
26
0 commit comments