Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 7, 2024
1 parent bf12964 commit 952b364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4"
rev: "v2.5.0"
hooks:
- id: pyproject-fmt
args: [--max-supported-python=3.13]
Expand All @@ -49,14 +49,14 @@ repos:
hooks:
- id: tox-ini-fmt
- repo: https://github.com/google/yamlfmt
rev: "v0.13.0"
rev: "v0.14.0"
hooks:
- id: yamlfmt
args:
- -formatter
- retain_line_breaks=true
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -65,7 +65,7 @@ repos:
- mdformat-footnote

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
rev: v3.14.0
hooks:
- id: reorder-python-imports
args: [--py39-plus]
Expand All @@ -74,15 +74,15 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
hooks:
- id: docformatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.9"
rev: "v0.7.2"
hooks:
- id: ruff
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "flit_core.buildapi"
requires = [
"flit-core<4,>=3.2",
"flit-core>=3.2,<4",
]

[project]
Expand Down

0 comments on commit 952b364

Please sign in to comment.