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: 22.10.0 → 24.4.2](psf/black@22.10.0...24.4.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.18.0](adamchainz/blacken-docs@v1.12.1...1.18.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/PyCQA/autoflake: v2.0.0 → v2.3.1](PyCQA/autoflake@v2.0.0...v2.3.1)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0)
- [github.com/asottile/pyupgrade: v3.2.2 → v3.17.0](asottile/pyupgrade@v3.2.2...v3.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 49ee561 commit 368db95
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ default_stages:
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.18.0
hooks:
- id: blacken-docs
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
additional_dependencies:
Expand All @@ -34,7 +34,7 @@ repos:
- flake8-bugbear
- flake8-blind-except
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: detect-private-key
- id: check-ast
Expand All @@ -45,7 +45,7 @@ repos:
- id: trailing-whitespace
- id: check-case-conflict
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.3.1
hooks:
- id: autoflake
args:
Expand All @@ -54,7 +54,7 @@ repos:
- --remove-unused-variable
- --ignore-init-module-imports
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -65,7 +65,7 @@ repos:
- flake8-bugbear
- flake8-blind-except
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 comments on commit 368db95

Please sign in to comment.