Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

akx/ruff-force-exclude-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ruff --force-exclude bug test repo

  • There are no excludes in pyproject.toml.
  • Running ruff . shows the F401 error, as expected.
  • Running ruff foo/a.py shows the F401 error, as expected.
  • Running ruff --force-exclude . claims there are no Python files. This shouldn't happen since nothing is excluded.
  • Running ruff --force-exclude foo/a.py claims there are no Python files. This shouldn't happen since nothing is excluded.

About

ruff-force-exclude-test

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages