Skip to content

Commit 2fda11e

Browse files
[pre-commit.ci] pre-commit autoupdate (#498)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.276...v0.0.277) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a23f5d commit 2fda11e

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
@@ -1,12 +1,12 @@
11
files: 'momepy\/'
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 23.3.0
4+
rev: 23.7.0
55
hooks:
66
- id: black
77
language_version: python3
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: "v0.0.276"
9+
rev: "v0.0.277"
1010
hooks:
1111
- id: ruff
1212

0 commit comments

Comments
 (0)