-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
487f2f5
commit 9a27b37
Showing
12 changed files
with
38 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...ruff_linter__rules__flake8_builtins__tests__A005_A005__modules__logging____init__.py.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
source: crates/ruff_linter/src/rules/flake8_builtins/mod.rs | ||
snapshot_kind: text | ||
--- | ||
__init__.py:1:1: A005 Module `logging` is shadowing a Python builtin module | ||
__init__.py:1:1: A005 Module `logging` shadows a Python standard-library module |
3 changes: 1 addition & 2 deletions
3
...s/ruff_linter__rules__flake8_builtins__tests__A005_A005__modules__package__bisect.py.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
source: crates/ruff_linter/src/rules/flake8_builtins/mod.rs | ||
snapshot_kind: text | ||
--- | ||
bisect.py:1:1: A005 Module `bisect` is shadowing a Python builtin module | ||
bisect.py:1:1: A005 Module `bisect` shadows a Python standard-library module |
3 changes: 1 addition & 2 deletions
3
...ke8_builtins__tests__A005_A005__modules__package__bisect.py_builtins_allowed_modules.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
source: crates/ruff_linter/src/rules/flake8_builtins/mod.rs | ||
snapshot_kind: text | ||
--- | ||
bisect.py:1:1: A005 Module `bisect` is shadowing a Python builtin module | ||
bisect.py:1:1: A005 Module `bisect` shadows a Python standard-library module |
3 changes: 1 addition & 2 deletions
3
...hots/ruff_linter__rules__flake8_builtins__tests__A005_A005__modules__package__xml.py.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
source: crates/ruff_linter/src/rules/flake8_builtins/mod.rs | ||
snapshot_kind: text | ||
--- | ||
xml.py:1:1: A005 Module `xml` is shadowing a Python builtin module | ||
xml.py:1:1: A005 Module `xml` shadows a Python standard-library module |
3 changes: 1 addition & 2 deletions
3
.../ruff_linter__rules__flake8_builtins__tests__A005_A005__modules__string____init__.py.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
source: crates/ruff_linter/src/rules/flake8_builtins/mod.rs | ||
snapshot_kind: text | ||
--- | ||
__init__.py:1:1: A005 Module `string` is shadowing a Python builtin module | ||
__init__.py:1:1: A005 Module `string` shadows a Python standard-library module |
3 changes: 1 addition & 2 deletions
3
...e8_builtins__tests__A005_A005__modules__string____init__.py_builtins_allowed_modules.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
source: crates/ruff_linter/src/rules/flake8_builtins/mod.rs | ||
snapshot_kind: text | ||
--- | ||
__init__.py:1:1: A005 Module `string` is shadowing a Python builtin module | ||
__init__.py:1:1: A005 Module `string` shadows a Python standard-library module |