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.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/hhatto/autopep8: v2.0.4 → v2.1.0](hhatto/autopep8@v2.0.4...v2.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Mar 18, 2024
1 parent 99b0720 commit 8f9b00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^(tests/data/)
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
args: [-S, --line-length=79, --safe, --quiet]
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
rev: v2.1.0
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder-python-imports
Expand Down

0 comments on commit 8f9b00d

Please sign in to comment.