Skip to content

Commit

Permalink
Rename some fixture files (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Nov 10, 2022
1 parent faf8556 commit 887b9aa
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions resources/test/fixtures/excluded.py

This file was deleted.

File renamed without changes.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions resources/test/fixtures/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.ruff]
line-length = 88
extend-exclude = [
"excluded.py",
"excluded_file.py",
"migrations",
"directory/also_excluded.py",
"with_excluded_file/other_excluded_file.py",
]
per-file-ignores = { "__init__.py" = ["F401"] }

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/settings/pyproject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ other-attribute = 1
fix: None,
exclude: None,
extend_exclude: Some(vec![
"excluded.py".to_string(),
"excluded_file.py".to_string(),
"migrations".to_string(),
"directory/also_excluded.py".to_string(),
"with_excluded_file/other_excluded_file.py".to_string(),
]),
select: None,
extend_select: None,
Expand Down

0 comments on commit 887b9aa

Please sign in to comment.