Skip to content

Commit 3eb01fd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: 1.5.3 → 1.7.0](tox-dev/pyproject-fmt@1.5.3...1.7.0) - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0) - [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.38.0...v0.39.0)
1 parent ae7c6d9 commit 3eb01fd

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
@@ -36,15 +36,15 @@ repos:
3636
- id: pretty-format-yaml
3737
args: [--autofix, --indent, '2']
3838
- repo: https://github.com/tox-dev/pyproject-fmt
39-
rev: 1.5.3
39+
rev: 1.7.0
4040
hooks:
4141
- id: pyproject-fmt
4242
- repo: https://github.com/psf/black
43-
rev: 23.12.1
43+
rev: 24.1.1
4444
hooks:
4545
- id: black
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.1.9
47+
rev: v0.2.0
4848
hooks:
4949
- id: ruff
5050
args: [--fix]
@@ -59,7 +59,7 @@ repos:
5959
- types-requests
6060
- lxml-stubs
6161
- repo: https://github.com/igorshubovych/markdownlint-cli
62-
rev: v0.38.0
62+
rev: v0.39.0
6363
hooks:
6464
- id: markdownlint
6565
exclude: ^.github/PULL_REQUEST_TEMPLATE.md

0 commit comments

Comments
 (0)