mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
![]() Uses our existing configuration overrides to unset the
`required-version` option in ecosystem projects during checks.
The downside to this approach, is we will now update the config file of
_every_ project (with a config file). This roughly normalizes the configuration file, as we
don't preserve comments and such. We could instead do a more targeted
approach applying this override to projects which we know use this
setting 🤷♀️
|
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
check.py | ||
cli.py | ||
defaults.py | ||
format.py | ||
main.py | ||
markdown.py | ||
projects.py | ||
types.py |