Skip to content

Commit

Permalink
"Failed to parse source file AST" shut up linter --nobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Nov 21, 2024
1 parent c855066 commit a7e9e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ black_commandline = [
black_base_args = [
"--include",
'"(\\.scons|\\.py|SConscript|SConstruct|\\.fam)$"',
"--exclude",
'"(mp_flipper/flipperzero/random\\.py)$"',
]

distenv.PhonyTarget(
Expand Down

0 comments on commit a7e9e39

Please sign in to comment.