Skip to content

Commit 918e66f

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/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
1 parent 9c1ffb3 commit 918e66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
# - id: mypy
2222
# additional_dependencies: [types-all]
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.4.0
24+
rev: v4.5.0
2525
hooks:
2626
- id: check-added-large-files
2727
exclude: \.(geojson)$
@@ -32,7 +32,7 @@ repos:
3232
- id: trailing-whitespace
3333
args: ["--markdown-linebreak-ext=md"]
3434
- repo: https://github.com/psf/black
35-
rev: 23.9.1
35+
rev: 23.10.1
3636
hooks:
3737
- id: black
3838
language_version: python3

0 commit comments

Comments
 (0)