Revert "Feature/lint"

This commit is contained in:
Kosta
2023-10-27 00:07:35 +03:00
committed by GitHub
parent 05136699ee
commit b142949805
70 changed files with 1465 additions and 1223 deletions

View File

@@ -6,7 +6,7 @@ exclude: |
)
default_language_version:
python: python3.10
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -17,23 +17,28 @@ repos:
- id: check-docstring-first
- id: check-json
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
# - repo: https://github.com/timothycrosley/isort
# rev: 5.12.0
# hooks:
# - id: isort
- repo: https://github.com/timothycrosley/isort
rev: 5.5.3
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 20.8b1
hooks:
- id: black
args:
- --line-length=100
- --skip-string-normalization
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
args:
- --max-line-length=100
- --disable=protected-access