* Use ruff * Update .gitignore * Format code * Use Ruff on generated code * Update pre-commit hook * Wrong commit * Remove wrong imports * Update hook * Format code * Target Python 3.8 * Reformat * Pin ruff version
21 lines
214 B
Plaintext
21 lines
214 B
Plaintext
.coverage
|
|
.DS_Store
|
|
.env
|
|
.vscode/settings.json
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.python-version
|
|
build/
|
|
tests/output_*
|
|
**/__pycache__
|
|
dist
|
|
**/*.egg-info
|
|
output
|
|
.idea
|
|
.DS_Store
|
|
.tox
|
|
.venv
|
|
.asv
|
|
venv
|
|
.devcontainer
|
|
.ruff_cache |