We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085d893 commit b81eadaCopy full SHA for b81eada
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: examples/data/|.*\.css|.*\.json|.*\.geojson|.*\.html
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: trailing-whitespace
8
- id: check-ast
@@ -15,12 +15,12 @@ repos:
15
files: requirements-dev.txt
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.3.4
+ rev: v0.4.1
19
20
- id: ruff
21
22
- repo: https://github.com/psf/black
23
- rev: 24.3.0
+ rev: 24.4.0
24
25
- id: black
26
language_version: python3
0 commit comments