Mods
This commit is contained in:
18
.pre-commit-config.yaml
Normal file
18
.pre-commit-config.yaml
Normal file
@@ -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
|
Reference in New Issue
Block a user