Skip to content

Commit 8ec7ae2

Browse files
[pre-commit.ci] pre-commit autoupdate (#72)
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.270...v0.0.277) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b170e9c commit 8ec7ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
- id: check-toml
1111
- id: check-json
1212
- id: check-added-large-files
13-
- repo: https://github.com/charliermarsh/ruff-pre-commit
14-
rev: v0.0.270
13+
- repo: https://github.com/astral-sh/ruff-pre-commit
14+
rev: v0.0.277
1515
hooks:
1616
- id: ruff
1717
args: [ --fix, --exit-non-zero-on-fix ]
1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 23.7.0
2020
hooks:
2121
- id: black

0 commit comments

Comments
 (0)