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/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1)
- [github.com/ambv/black: 23.12.0 → 24.3.0](psf/black@23.12.0...24.3.0)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent 721042a commit d15fa71
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 @@ -14,7 +14,7 @@ repos:
- id: name-tests-test
- id: trailing-whitespace
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.1
hooks:
- id: autoflake
args:
Expand All @@ -28,18 +28,18 @@ repos:
hooks:
- id: isort
- repo: 'https://github.com/ambv/black'
rev: 23.12.0
rev: 24.3.0
hooks:
- id: black
- repo: 'https://github.com/PyCQA/flake8'
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-black>=0.1.1
language_version: python3
- repo: 'https://github.com/asottile/pyupgrade'
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit d15fa71

Please sign in to comment.