Skip to content

Commit

Permalink
Chore: pre-commit update and cleanup
Browse files Browse the repository at this point in the history
- Drop unused dependencies
- Update used tools
- Set obviously invalid version for poetry as we don't intend to maintain
  this field
  • Loading branch information
martis42 committed Sep 10, 2023
1 parent b133b3f commit 28075e4
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 645 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ repos:
# Python code quality
- id: debug-statements
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- repo: https://github.com/keith/pre-commit-buildifier
rev: 6.1.0
rev: 6.3.3
hooks:
- id: buildifier
args: [ "--warnings=+out-of-order-load,+unsorted-dict-items,+native-py" ]
Expand Down
Loading

0 comments on commit 28075e4

Please sign in to comment.