Skip to content

Commit

Permalink
Merge pull request #519 from sgaist/fix_pre_commit_doc
Browse files Browse the repository at this point in the history
Fix args list for pre-commit hook
  • Loading branch information
akaihola authored Feb 26, 2024
2 parents 16da6fa + c4ba1b6 commit ec48f72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Added

Fixed
-----
- Typo in README.


1.7.2_ - 2023-07-12
Expand Down
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,12 @@ other reformatter/linter tools you use to known compatible versions, for example
- id: darker
args:
- --isort
- --lint mypy
- --lint flake8
- --lint pylint
- --lint
- mypy
- --lint
- flake8
- --lint
- pylint
additional_dependencies:
- black==22.12.0
- isort==5.11.4
Expand Down

0 comments on commit ec48f72

Please sign in to comment.