Skip to content

Commit

Permalink
noqa EXE001 for executable / shebang-decorated CelerisTaichiEvent scr…
Browse files Browse the repository at this point in the history
…ipts in modules
  • Loading branch information
JustinBonus committed Sep 26, 2024
1 parent fef3dab commit 2193ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3 # noqa: D100
#!/usr/bin/env python3 # noqa: D100, EXE001

import argparse
import json
Expand Down
2 changes: 1 addition & 1 deletion modules/createEVENT/CelerisTaichiEvent/TaichiEvent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3 # noqa: D100
#!/usr/bin/env python3 # noqa: D100, EXE001

import argparse
import json
Expand Down

0 comments on commit 2193ef3

Please sign in to comment.