diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cfec611..3d606bf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/PyCQA/isort
- rev: 5.10.1
+ rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 23.3.0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.1.0
+ rev: v4.4.0
hooks:
- id: check-added-large-files
args: ['--maxkb=5120']
@@ -20,7 +20,7 @@ repos:
- id: check-merge-conflict
- repo: https://github.com/PyCQA/flake8
- rev: 4.0.1
+ rev: 6.0.0
hooks:
- id: flake8
# To turn this into an error, remove --exit-zero below
@@ -28,7 +28,7 @@ repos:
verbose: true
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: 'v0.942' # Use the sha / tag you want to point at
+ rev: 'v1.1.1' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]