First format with black and then check with flake8.

master
junos 2023-05-10 15:29:32 +02:00
parent 24744c288d
commit 47b1ecdbb9
1 changed files with 4 additions and 4 deletions

View File

@ -10,12 +10,12 @@ repos:
hooks: hooks:
- id: isort - id: isort
name: isort (python) name: isort (python)
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.3.0
hooks: hooks:
- id: black - id: black
language_version: python3 language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8