summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-05-14 11:04:46 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-05-14 12:01:48 -0500
commitf4e58691c2e189a2fb9543737dda2cc874f3e1b4 (patch)
treed7d2b29c9b6657056620a812482e4bc00e2b18f8 /.pre-commit-config.yaml
parent78cce1954ddb6fefb90b33742215f304ec7b0b94 (diff)
downloadredot-engine-f4e58691c2e189a2fb9543737dda2cc874f3e1b4.tar.gz
SCons: Consolidate pysettings via `pyproject.toml`
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e59419ac08..5c0c0b6917 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,8 +23,6 @@ repos:
- id: black
files: (\.py$|SConstruct|SCsub)
types_or: [text]
- args:
- - --line-length=120
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
@@ -32,7 +30,6 @@ repos:
- id: mypy
files: \.py$
types_or: [text]
- args: [--config-file=./misc/scripts/mypy.ini]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6