Skip to content

Commit 0f0e997

Browse files
[pre-commit.ci] pre-commit autoupdate (#471)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.276...v0.0.292) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/rstcheck/rstcheck: v6.1.2 → v6.2.0](rstcheck/rstcheck@v6.1.2...v6.2.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](abravalheri/validate-pyproject@v0.13...v0.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d15ea92 commit 0f0e997

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: 'v0.0.276'
7+
rev: 'v0.0.292'
88
hooks:
99
- id: ruff
1010
args: ["--fix"]
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.3.0
13+
rev: 23.9.1
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/rstcheck/rstcheck
18-
rev: v6.1.2
18+
rev: v6.2.0
1919
hooks:
2020
- id: rstcheck
2121
additional_dependencies: [sphinx, tomli]
2222
args: ['--config', 'pyproject.toml']
2323

2424
- repo: https://github.com/executablebooks/mdformat
25-
rev: 0.7.16
25+
rev: 0.7.17
2626
hooks:
2727
- id: mdformat
2828
additional_dependencies:
@@ -61,6 +61,6 @@ repos:
6161
- id: validate-cff
6262

6363
- repo: https://github.com/abravalheri/validate-pyproject
64-
rev: v0.13
64+
rev: v0.14
6565
hooks:
6666
- id: validate-pyproject

0 commit comments

Comments
 (0)