Skip to content

Commit

Permalink
Merge pull request #330 from DSD-DBS/bump-pre-commit
Browse files Browse the repository at this point in the history
ci: Bump `pre-commit` to latest version
  • Loading branch information
MoritzWeber0 authored Oct 11, 2024
2 parents 14c7c01 + 8ceae7a commit e40021f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: '3.11'
- name: Install pre-commit
run: |-
python -m pip install 'pre-commit<4.0.0'
python -m pip install 'pre-commit'
- name: Run pre-commit
run: |-
pre-commit run --all-files
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ repos:
- -dfixme
- -dduplicate-code
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
hooks:
- id: docformatter
additional_dependencies:
Expand Down

0 comments on commit e40021f

Please sign in to comment.