Skip to content

Commit b0a3c71

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.260 → v0.0.284](astral-sh/ruff-pre-commit@v0.0.260...v0.0.284) - [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
1 parent 03aaef4 commit b0a3c71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
fail_fast: true
22
repos:
33

4-
- repo: https://github.com/charliermarsh/ruff-pre-commit
4+
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.0.260'
6+
rev: 'v0.0.284'
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]
1010

1111
- repo: https://github.com/psf/black
12-
rev: 22.10.0
12+
rev: 23.7.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.3.0
17+
rev: v4.4.0
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-toml

0 commit comments

Comments
 (0)