Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/tox-dev/pyproject-fmt: 0.11.1 → 0.11.2](tox-dev/pyproject-fmt@0.11.1...0.11.2)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.263...v0.0.270)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.8.0 → v2.9.0](macisamuele/language-formatters-pre-commit-hooks@v2.8.0...v2.9.0)
- [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 5, 2023
1 parent 7229e9f commit fd6c324
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
Expand Up @@ -21,12 +21,12 @@ repos:
- id: check-yaml

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.11.1
rev: 0.11.2
hooks:
- id: pyproject-fmt

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.263
rev: v0.0.270
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -62,7 +62,7 @@ repos:
- --nbqa-mutate

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.8.0
rev: v2.9.0
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand All @@ -84,7 +84,7 @@ repos:
- tomli

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--keep-runtime-typing, --py39-plus]
Expand Down

0 comments on commit fd6c324

Please sign in to comment.