summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBen Brown <ben@demerara.io>2023-04-07 15:16:22 +0000
committerBen Brown <ben@demerara.io>2023-04-07 15:16:22 +0000
commit6655bc1262c0716881962b3f955226984a58f027 (patch)
tree21b2f05b5636549b05b7cba8ff0bb473bbc1f6e8 /.pre-commit-config.yaml
parent74ca5019fee0a52355228f24f3d1ddfcf99f3201 (diff)
parent965592662a5ea1b55653415e0dba3e51eeb6f7a4 (diff)
downloadlorry-master.tar.gz
Merge branch 'benbrown/version' into 'master'HEADpython-1.0.0master
Set version to 1.0.0 See merge request CodethinkLabs/lorry/lorry!39
Diffstat (limited to '.pre-commit-config.yaml')
-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 d16efc3..a3c43e2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 23.3.0
hooks:
- id: black
- - repo: https://gitlab.com/pycqa/flake8
- rev: 3.9.2
+ - repo: https://github.com/pycqa/flake8
+ rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
- rev: 5.10.1
+ rev: 5.12.0
hooks:
- id: isort