Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Jan 31, 2024
1 parent aeee077 commit 1a15521
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ def is_not_rust(path: Path) -> bool:
"README.md",
"SECURITY.md",
"docs/assets/logo.png",
"docs/codebase.md",
"docs/codequality.md",
"docs/devcommon.md",
"docs/environment.md",
"docs/dev/codebase.md",
"docs/dev/codequality.md",
"docs/dev/common.md",
"docs/dev/environment.md",
"docs/dev/testing.md",
"docs/faq.md",
"docs/index.md",
("docs/installation.md", "docs/installation/index.md"),
"docs/testing.md",
"mkdocs.yml",
"pyproject.toml",
f"{PROJECT_SRC}/__init__.py",
Expand Down

0 comments on commit 1a15521

Please sign in to comment.