Skip to content

Commit

Permalink
ENH: Autoupdate hooks [pre-commit.ci]
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent f352519 commit 71f40af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast # Simply check whether the files parse as valid python
- id: check-yaml # Attempts to load all yaml files to verify syntax
Expand All @@ -26,7 +26,7 @@ repos:
# The structure of this was suggested by the author of pre-commit and maintainer of flake8
# See https://stackoverflow.com/a/66485642/3956024
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
name: flake8 ./hi-ml/
Expand All @@ -50,7 +50,7 @@ repos:
args: [--config, hi-ml-multimodal/.flake8]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.10.1
hooks:
- id: black
extend-exclude: ^docs/source/amulet/amulet_script.py
Expand Down

0 comments on commit 71f40af

Please sign in to comment.