Skip to content

Commit

Permalink
DevOps: Update all pre-commit dependencies (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber authored Apr 29, 2022
1 parent c684131 commit 20d84ab
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: 'v4.2.0'
hooks:
- id: double-quote-string-fixer
- id: end-of-file-fixer
Expand All @@ -9,17 +9,17 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ikamensh/flynt/
rev: '0.66'
rev: '0.76'
hooks:
- id: flynt

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: '5.10.1'
hooks:
- id: isort

- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.31.0
rev: 'v0.32.0'
hooks:
- id: yapf
name: yapf
Expand All @@ -32,7 +32,7 @@ repos:
)$

- repo: https://github.com/PyCQA/pydocstyle
rev: 5.0.2
rev: '6.1.1'
hooks:
- id: pydocstyle
additional_dependencies: ['toml']
Expand Down

0 comments on commit 20d84ab

Please sign in to comment.