Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 28, 2020
1 parent 416bf6b commit d3433b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ repos:
hooks:
- id: file-contents-sorter
files: docs/spelling_wordlist.txt
# Another entry is required to apply file-contents-sorter to another file
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v3.3.0'
hooks:
- id: file-contents-sorter
files: .gitignore
# Another entry is required to apply file-contents-sorter to another file
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v3.3.0'
hooks:
- id: file-contents-sorter
files: .gitattributes
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.7.3'
hooks:
Expand Down

0 comments on commit d3433b4

Please sign in to comment.