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/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.3.0](pre-commit/mirrors-eslint@v8.52.0...v9.3.0)
  • Loading branch information
pre-commit-ci[bot] authored May 20, 2024
1 parent 38b8a6c commit db0db8e
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,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 Down Expand Up @@ -40,13 +40,13 @@ repos:
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.3.0
hooks:
- id: eslint
additional_dependencies:
Expand Down

0 comments on commit db0db8e

Please sign in to comment.