style: Format code in special.py using linter

This commit is contained in:
Paul Gauthier (aider) 2024-08-30 14:25:50 -07:00
parent 5c71c26ce8
commit 893afcb9ab

View file

@ -81,7 +81,7 @@ def filter_important_files(file_paths):
dir_name = os.path.dirname(file_path)
# Check for GitHub Actions workflow files
if dir_name.endswith('.github/workflows') and file_name.endswith('.yml'):
if dir_name.endswith(".github/workflows") and file_name.endswith(".yml"):
return True
return file_name in important_files or any(