Skip to content

Commit

Permalink
ci: Bump pre-commit to latest version
Browse files Browse the repository at this point in the history
docformatter is not compatible yet in the latest release,
therefore pointing to the latest commit hash on the main branch.
  • Loading branch information
MoritzWeber0 committed Oct 11, 2024
1 parent cab4668 commit 8ceae7a
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 8ceae7a

Please sign in to comment.