Files

17 lines
387 B
YAML
Raw Permalink Normal View History

2021-05-26 20:28:17 +05:30
repos:
2022-11-29 15:27:15 +02:00
- repo: https://github.com/pycqa/flake8
2023-03-14 14:09:52 +02:00
rev: 6.0.0
2021-05-26 20:28:17 +05:30
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
2023-03-14 14:09:52 +02:00
rev: 5.12.0
2021-05-26 20:28:17 +05:30
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
2023-03-14 14:09:52 +02:00
rev: 23.1.0
2021-05-26 20:28:17 +05:30
hooks:
- id: black
2022-06-01 12:51:46 +02:00
language_version: python3
additional_dependencies: [ 'click==8.0.4' ]