Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: alfred richardsn <rchrdsn@protonmail.ch>
  • Loading branch information
r4rdsn committed Aug 25, 2020
1 parent b65226c commit 9729487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: v3.1.0
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,7 +11,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.0
rev: v2.3.5
hooks:
- id: reorder-python-imports
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -34,6 +34,6 @@ repos:
flake8-print,
]
- repo: https://github.com/pycqa/pydocstyle
rev: 5.0.2
rev: 5.1.0
hooks:
- id: pydocstyle

0 comments on commit 9729487

Please sign in to comment.