Skip to content

Commit bed1a14

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.291...v0.1.4) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
1 parent 7940b76 commit bed1a14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: examples/data/|.*\.css|.*\.json|.*\.geojson|.*\.html
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-ast
@@ -15,23 +15,23 @@ repos:
1515
files: requirements-dev.txt
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.0.291
18+
rev: v0.1.4
1919
hooks:
2020
- id: ruff
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.9.1
23+
rev: 23.10.1
2424
hooks:
2525
- id: black
2626
language_version: python3
2727

2828
- repo: https://github.com/keewis/blackdoc
29-
rev: v0.3.8
29+
rev: v0.3.9
3030
hooks:
3131
- id: blackdoc
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.5
34+
rev: v2.2.6
3535
hooks:
3636
- id: codespell
3737
args:

0 commit comments

Comments
 (0)