pre-commit: auto update

This commit is contained in:
James R. Barlow
2021-08-26 18:00:37 -07:00
parent 1b46481f7e
commit 067e61e03a
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
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.7.0 # pick the isort version you'd like to use from https://github.com/pre-commit/mirrors-isort/releases
rev: v5.9.3 # 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: 20.8b1
rev: 21.7b0
hooks:
- id: black
language_version: python
-1
View File
@@ -61,7 +61,6 @@ package_dir =
=src
platforms = any
setup_requires =
#
cffi>=1.9.1 # to build the leptonica module
setuptools_scm
setuptools_scm_git_archive