Mods
This commit is contained in:
parent
9307c992f5
commit
3071a6b0f6
|
@ -0,0 +1,18 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.11.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
files: "^cromulant/.*"
|
||||
args: [--strict, --strict, --strict, cromulant/main.py]
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: v0.5.5
|
||||
hooks:
|
||||
- id: ruff
|
||||
name: ruff check
|
||||
entry: ruff check
|
||||
files: ^cromulant/
|
||||
- id: ruff
|
||||
name: ruff format
|
||||
entry: ruff format
|
||||
files: ^cromulant/
|
|
@ -1,4 +1,5 @@
|
|||
PySide6 == 6.7.2
|
||||
appdirs == 1.4.4
|
||||
wonderwords == 2.2.0
|
||||
fonttools == 4.53.1
|
||||
fonttools == 4.53.1
|
||||
pre-commit == 3.7.1
|
Loading…
Reference in New Issue