🔨 Modernize lint setup

master
Emilien Mantel 2024-08-26 10:11:36 +02:00 committed by Emilien M
parent 239ce0dd6c
commit 1b434618c1
4 changed files with 16 additions and 2 deletions

View File

@ -1,2 +0,0 @@
enable_list:
- fqcn-builtins

View File

@ -0,0 +1,10 @@
---
warn_list: []
skip_list: []
exclude_paths:
- venv/
- tests/ # TODO: Remove this line when tests are migrated to molecule
- .github/

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.vagrant*
*.swp
*.retry
/.idea
/venv

View File

@ -4,3 +4,7 @@ extends: default
rules:
line-length: disable
ignore:
- /venv
- /tests # TODO: Remove this line when tests are migrated to molecule