flake8/src/flake8
Yonatan Zunger 299aa3e9ed Fix config file search.
Before this fix, it would recurse upwards, stopping if new_path was equal to home_path
*before* actually checking home_path. Now it recurses up to *and including* home_path.
2025-08-27 18:34:56 -07:00
..
api Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
formatting Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
main Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
options Fix config file search. 2025-08-27 18:34:56 -07:00
plugins Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
__init__.py Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
__main__.py require python>=3.7 2022-08-05 19:51:08 -04:00
_compat.py add support for t-strings 2025-05-23 16:25:06 -04:00
checker.py Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
defaults.py remove regex link 2023-04-30 15:03:01 -04:00
discover_files.py py39+ 2025-03-29 15:42:19 -04:00
exceptions.py require python>=3.7 2022-08-05 19:51:08 -04:00
processor.py Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
statistics.py Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
style_guide.py Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
utils.py Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00
violation.py Update hooks and use autopep8 + add-trailing-comma instead of black 2025-07-20 19:13:24 -04:00