summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-11-01 12:44:28 -0700
committerDavid Lord <davidism@gmail.com>2021-11-01 12:44:28 -0700
commit23619d33da8be3077573a3a7b98fc6e0ea3487f1 (patch)
tree983e14228879626b6d7f15f66a3345cfceab2791 /.pre-commit-config.yaml
parentb7d12b6b1597ea5d38de8dac2013749be266edd0 (diff)
downloadjinja2-23619d33da8be3077573a3a7b98fc6e0ea3487f1.tar.gz
update requirements
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e5919a6..e4b8d0f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,11 +12,11 @@ repos:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
- rev: 21.9b0
+ rev: 21.10b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
- rev: 3.9.2
+ rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]