Skip to content

Commit a30bdff

Browse files
[pre-commit.ci] pre-commit autoupdate (#148)
updates: - [github.com/psf/black: 23.7.0 → 23.11.0](psf/black@23.7.0...23.11.0) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.1.0](pre-commit/mirrors-prettier@v3.0.2...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.0](pre-commit/mirrors-mypy@v1.5.1...v1.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.1.6](astral-sh/ruff-pre-commit@v0.0.285...v0.1.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c10b177 commit a30bdff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ ci:
99
skip: []
1010
repos:
1111
- repo: https://github.com/psf/black
12-
rev: 23.7.0
12+
rev: 23.11.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-prettier
16-
rev: v3.0.2
16+
rev: v3.1.0
1717
hooks:
1818
- id: prettier
1919
- repo: https://github.com/asottile/blacken-docs
2020
rev: 1.16.0
2121
hooks:
2222
- id: blacken-docs
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.5.1
24+
rev: v1.7.0
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: [numpy, types-requests]
2828
exclude: tests/|docs/
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.0.285
30+
rev: v0.1.6
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)