summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2020-09-01 23:58:33 -0700
committerJames R. Barlow <james@purplerock.ca>2020-09-27 01:21:39 -0700
commit86fe251c2bc5fc48a17e2f57d4a93d199fc5c620 (patch)
tree6a702a154f5c5c23988ae858b05cad71c0230db6 /.pre-commit-config.yaml
parent2c81e49ad1210ece5a878ed7023207d2ad29fe32 (diff)
Update pre-commit and fix some things
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 515c411..a6c6a92 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.1.0
+ rev: v3.2.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
@@ -12,11 +12,11 @@ repos:
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
- rev: v5.0.5 # pick the isort version you'd like to use from https://github.com/pre-commit/mirrors-isort/releases
+ rev: v5.4.2 # pick the isort version you'd like to use from https://github.com/pre-commit/mirrors-isort/releases
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 19.10b0
+ rev: 20.8b1
hooks:
- id: black
language_version: python3.8