Skip to content

Commit

Permalink
Merge pull request #226 from EOSC-synergy/release/3.0.2
Browse files Browse the repository at this point in the history
Use docformatter to latest master version
  • Loading branch information
orviz authored Oct 16, 2024
2 parents 5e5ecb0 + 56ccf24 commit 6619716
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
Expand Up @@ -12,11 +12,11 @@ repos:
rev: 24.3.0
hooks:
- id: black
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# additional_dependencies: [tomli]
- repo: https://github.com/PyCQA/docformatter
rev: master
hooks:
- id: docformatter
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
Expand Down

0 comments on commit 6619716

Please sign in to comment.