Skip to content

Commit

Permalink
Merge pull request #182 from dfunckt/update-precommit
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
federicobond authored Mar 24, 2024
2 parents d046cdc + eda387f commit 31fcbfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -11,23 +11,23 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.3.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-comprehensions
- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.49"
hooks:
- id: check-manifest
args: [--no-build-isolation]

0 comments on commit 31fcbfb

Please sign in to comment.