update versions for pre-commit (#741)

This commit is contained in:
Markos Gogoulos
2023-03-14 14:09:52 +02:00
committed by GitHub
parent 4b0718c43f
commit a3997bfb1c
15 changed files with 21 additions and 19 deletions

View File

@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 3.7.9
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.5.4
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
language_version: python3