Dustin J. Mitchell
|
96c72f3e06
|
Issue warnings instead of errors for 'weird' tasks (#3646)
* Issue warnings instead of errors for 'weird' tasks
* Support more comprehensive checks when adding a task
|
2024-10-22 15:15:51 -04:00 |
|
Felix Schurk
|
93356b39c3
|
add initial bulk run from pre-commit over all files
|
2024-07-29 22:34:51 +02:00 |
|
Adrian Sadłocha
|
bb72ea6169
|
Remove encoding declaration in Python files (#3568)
As per
https://docs.python.org/3.11/reference/lexical_analysis.html#encoding-declarations,
the default encoding of Python files is UTF-8. In fact, it's been the
default encoding since Python 3.0 (released in 2008).
|
2024-07-26 23:36:23 -04:00 |
|
Adrian Sadłocha
|
7ea4baed77
|
Warn if an import contains multiple occurrences of the same UUID (#3560)
|
2024-07-19 22:27:16 -04:00 |
|
mattsmida
|
ef9613e2d6
|
Renaming test files according to their language (#3407)
|
2024-05-01 14:28:07 -04:00 |
|