summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index be139a6..1ed80f0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,23 +4,23 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v2.3.0
+ rev: v3.2.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
-- repo: https://github.com/timothycrosley/isort
- rev: 4.3.21
+- repo: https://github.com/PyCQA/isort
+ rev: 5.5.1
hooks:
- id: isort
additional_dependencies:
- toml
-- repo: https://github.com/python/black
- rev: 19.10b0
+- repo: https://github.com/psf/black
+ rev: 20.8b1
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.7.9
+ rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/fsfe/reuse-tool