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.3.0 → 24.3.0](psf/black@22.3.0...24.3.0)
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1)
- [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.1.0 → v3.12.0](asottile/reorder-python-imports@v3.1.0...v3.12.0)
- [github.com/asottile/pyupgrade: v2.32.1 → v3.15.2](asottile/pyupgrade@v2.32.1...v3.15.2)
- [github.com/rhysd/actionlint: v1.6.25 → v1.6.27](rhysd/actionlint@v1.6.25...v1.6.27)
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent 200b5ce commit 650dcbd
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
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.3.0
hooks:
- id: black
args: [--safe, --quiet]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,8 +15,8 @@ repos:
- id: check-yaml
language_version: python3

- repo: https://github.com/myint/autoflake
rev: v1.4
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:
- id: autoflake
name: autoflake
Expand All @@ -25,25 +25,25 @@ repos:
files: \.py$

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
language_version: python3

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.1.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: [--py3-plus]

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

- repo: https://github.com/rhysd/actionlint
rev: v1.6.25
rev: v1.6.27
hooks:
- id: actionlint-docker

Expand Down

0 comments on commit 650dcbd

Please sign in to comment.