Adam Turner
|
c66d3e85d1
|
Enable 11 more categories in Ruff
* flake8-builtins ('A')
* flake8-blind-except ('BLE')
* flake8-copyright ('CPY')
* eradicate ('ERA')
* flake8-boolean-trap ('FBT')
* flake8-fixme ('FIX')
* flake8-implicit-str-concat ('ISC')
* pep8-naming ('N')
* flake8-use-pathlib ('PTH')
* flake8-self ('SLF')
* tryceratops ('TRY')
|
2025-01-14 14:43:02 +00:00 |
|
Adam Turner
|
3af48520d2
|
Require the PEP 563 'annotations' future import
|
2024-11-22 21:54:26 +00:00 |
|
Adam Turner
|
d03156e078
|
Format `tests/ ` (#12760)
|
2024-08-11 14:58:56 +01:00 |
|
Adam Turner
|
1f2891530d
|
Use `app.status and app.warning ` in tests (#12663)
|
2024-07-23 15:35:55 +01:00 |
|
Bénédikt Tran
|
885818bb7f
|
[tests] move utilities and static data into dedicated modules and remove `html5lib ` (#12173)
Since #12168, HTML files are now XML compliant, hence ``html5lib`` is no more needed as a testing dependencies.
|
2024-03-25 11:03:44 +01:00 |
|
Adam Turner
|
898e50c2c7
|
Remove `flat_dict `
|
2024-01-18 01:16:49 +00:00 |
|
Adam Turner
|
1cb9fc3e63
|
Split `test_build_html `
|
2024-01-18 00:52:25 +00:00 |
|