Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#408)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.10.1 →
v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0)
- [github.com/psf/black: 23.7.0 →
23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/tox-dev/pyproject-fmt: 1.0.0 →
1.2.0](tox-dev/pyproject-fmt@1.0.0...1.2.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.2 →
v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3)
<!--pre-commit.ci end-->
  • Loading branch information
hugovk authored Oct 3, 2023
2 parents 8211607 + 2cf8d27 commit bd1ad69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
exclude: tests/data/expected_tabulated.py

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.0.0
rev: 1.2.0
hooks:
- id: pyproject-fmt
additional_dependencies: [tox]
Expand All @@ -58,7 +58,7 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
rev: v3.0.3
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand Down

0 comments on commit bd1ad69

Please sign in to comment.