docs: exclude docs directory from flake8 and eslint checks
taylorwalton committed
Feb 14, 2026 at 16:37 UTC
20b9f3063aca89f2a17bad7f7968d7d597786b99
2 files changed
+2
.flake8
+1
@@ -12,3 +12,4 @@ extend-ignore = E203
12
exclude =
13
.venv
14
backend/alembic/env.py
15
+ docs/*
.pre-commit-config.yaml
+1
@@ -52,3 +52,4 @@ repos:
52
hooks:
53
- id: eslint
54
args: ["--config", "frontend/eslint.config.mjs"]
55
+ exclude: ^(docs/|tools/)