summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 58a412c..790da82 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,19 +4,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.0
+ rev: v4.0.1
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/isort
- rev: 5.8.0
+ rev: 5.10.0
hooks:
- id: isort
additional_dependencies:
- toml
- repo: https://github.com/psf/black
- rev: 21.5b1
+ rev: 21.10b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
@@ -24,6 +24,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/fsfe/reuse-tool
- rev: v0.12.1
+ rev: v0.13.0
hooks:
- id: reuse