summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-09-05 14:03:49 +0100
committermhsn <mail@mhsn.net>2025-09-05 14:26:31 +0100
commitf633fc406e5b5208d5b87032044924fb08f46d81 (patch)
tree784c825f2c530af5980f8296bb77963d4f50f329 /.pre-commit-config.yaml
parent59216f69128ad8714808ecf0e7bbde4f3fc7e272 (diff)
downloadaoc-f633fc406e5b5208d5b87032044924fb08f46d81.tar.gz
aoc-f633fc406e5b5208d5b87032044924fb08f46d81.zip
delete pre-commit
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
deleted file mode 100644
index d7264f7..0000000
--- a/.pre-commit-config.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-repos:
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v5.0.0
- hooks:
- - id: check-executables-have-shebangs
- - id: check-yaml
- - id: end-of-file-fixer
- - id: trailing-whitespace
- - repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.8.2
- hooks:
- - id: ruff
- args: [ --fix ]
- - id: ruff-format