2018-11-22 02:23:14 +03:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/ambv/black
|
2022-05-24 04:50:39 +03:00
|
|
|
rev: 22.3.0
|
2018-11-22 02:23:14 +03:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
language_version: python3
|
2024-01-29 22:45:19 +03:00
|
|
|
- repo: https://github.com/pycqa/flake8
|
2024-07-17 21:04:37 +03:00
|
|
|
rev: 7.0.0 # Use the ref you want to point at
|
2018-11-22 02:23:14 +03:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
2024-07-17 21:04:37 +03:00
|
|
|
args: ['--config=.flake8']
|
|
|
|
additional_dependencies: ['importlib_metadata==4.3']
|