mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-05 05:11:35 +00:00
GData: KILL IT WITH FIRE.
This commit is contained in:
@@ -108,8 +108,5 @@ fixable = [] # Don't auto-fix — we want to review changes manually
|
||||
"src/gam/util/**" = ["E402", "F821"]
|
||||
# gamlib modules
|
||||
"src/gam/gamlib/**" = ["F821"]
|
||||
# gdata/ and atom/ are vendored third-party code — don't lint them
|
||||
"src/gam/gdata/**" = ["F", "E", "UP"]
|
||||
"src/gam/atom/**" = ["F", "E", "UP"]
|
||||
# Test files can be more relaxed
|
||||
"tests/**" = ["F401", "F811"]
|
||||
|
||||
Reference in New Issue
Block a user