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/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/pre-commit/mirrors-eslint: v8.52.0 → v9.4.0](pre-commit/mirrors-eslint@v8.52.0...v9.4.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent 38b8a6c commit c806800
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
args: [--safe, --quiet, --line-length=88]
Expand All @@ -12,7 +12,7 @@ repos:
additional_dependencies: [black==22.3.0]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -34,19 +34,19 @@ repos:
- flake8-typing-imports==1.12.0

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: ["--application-directories=.:src:testing", --py3-plus]

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py3-plus]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.52.0
rev: v9.4.0
hooks:
- id: eslint
additional_dependencies:
Expand Down

0 comments on commit c806800

Please sign in to comment.