Skip to content

Commit e20a657

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.238 → v0.0.243](astral-sh/ruff-pre-commit@v0.0.238...v0.0.243)
1 parent df14865 commit e20a657

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://github.com/psf/black
12-
rev: "22.12.0"
12+
rev: "23.1.0"
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -23,7 +23,7 @@ repos:
2323
- types-requests
2424
- types-atomicwrites
2525
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: 'v0.0.238'
26+
rev: 'v0.0.243'
2727
hooks:
2828
- id: ruff
2929
- repo: local

0 commit comments

Comments
 (0)