Skip to content

Commit

Permalink
Revert EXE snapshot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
calumy committed Jan 17, 2025
1 parent b19bcb3 commit 4bc1471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
source: crates/ruff_linter/src/rules/flake8_executable/mod.rs
---

EXE001_1.py:1:1: EXE001 Shebang is present but file is not executable
|
1 | #!/usr/bin/python
| ^^^^^^^^^^^^^^^^^ EXE001
2 |
3 | if __name__ == '__main__':
|
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
source: crates/ruff_linter/src/rules/flake8_executable/mod.rs
---

EXE002_1.py:1:1: EXE002 The file is executable but no shebang is present

0 comments on commit 4bc1471

Please sign in to comment.