Skip to content

Commit

Permalink
Merge pull request #137 from ESSS/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nicoddemus authored Oct 15, 2024
2 parents 43f4eca + b89e0f9 commit a2eb111
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: 'test_hookman_generator/.*'
repos:
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -13,7 +13,7 @@ repos:
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
rev: v3.14.0
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py310-plus]
Expand Down

0 comments on commit a2eb111

Please sign in to comment.