mirror of
https://github.com/MinhxLe/subliminal-learning.git
synced 2025-07-25 21:08:58 +03:00
7 lines
141 B
TOML
7 lines
141 B
TOML
[format]
|
|
# Skip files with syntax errors
|
|
skip-magic-trailing-comma = true
|
|
|
|
[lint]
|
|
# Ignore syntax errors during development
|
|
ignore = ["E999"] |