Skip to content
Snippets Groups Projects
Commit 67089390 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

add gitignores, pre-commit file

parent 698fae22
No related branches found
No related tags found
No related merge requests found
default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: ^.*\.md$
- id: end-of-file-fixer
- id: debug-statements
- id: mixed-line-ending
args: [--fix=lf]
- id: detect-private-key
- id: check-merge-conflict
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
args: ["-t", "py311"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment