Skip to content

Commit fd7c6a8

Browse files
[pre-commit.ci] pre-commit autoupdate (#53)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.1...v0.4.7) - [github.com/jackdewinter/pymarkdown: v0.9.18 → v0.9.20](jackdewinter/pymarkdown@v0.9.18...v0.9.20) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/python-poetry/poetry-plugin-export: 1.7.1 → 1.8.0](python-poetry/poetry-plugin-export@1.7.1...1.8.0)
1 parent b84c3c0 commit fd7c6a8

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
@@ -12,23 +12,23 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.4.1
15+
rev: v0.4.7
1616
hooks:
1717
- id: ruff
1818
name: "lint with ruff"
1919
- id: ruff-format
2020
name: "format with ruff"
2121

2222
- repo: https://github.com/jackdewinter/pymarkdown
23-
rev: v0.9.18
23+
rev: v0.9.20
2424
hooks:
2525
- id: pymarkdown
2626
name: "check markdown"
2727
exclude: ^.github/|CHANGELOG
2828
args: [-d, "MD046", scan]
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: "v1.9.0" # Use the sha / tag you want to point at
31+
rev: "v1.10.0" # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
name: "Check with Mypy"
@@ -45,7 +45,7 @@ repos:
4545
# - id: poetry-lock
4646

4747
- repo: https://github.com/python-poetry/poetry-plugin-export
48-
rev: "1.7.1"
48+
rev: "1.8.0"
4949
hooks:
5050
- id: poetry-export
5151
name: "export production dependencies"

0 commit comments

Comments
 (0)