Andrew Williamson
dd200ad058
stop ignoring ruff rule B904 ( #22641 )
2024-09-05 12:07:00 +01:00
Kevin Meinhardt
f5d21109a9
Use default buildx builder for faster build ( #22631 )
...
* Use default buildx builder for faster build
* Update Docs
* Rename metadata.json
* Remove uneeded build.py
* TMP: clarify the reason for docker driver
* Keep explicit builder declaration for backwards compatibility
* TMP: shorten metadata file
2024-09-04 15:30:38 +02:00
Kevin Meinhardt
aa31195786
Remove egg-info without breaking locale extraction ( #22384 )
...
* Remove egg-info without breaking locale extraction
* Merge setup to pyproject
2024-06-21 15:19:29 +02:00
Kevin Meinhardt
ef033d0c8a
Implement All CircleCI tests in github actions ( #22250 )
...
* TMP: move test definition to make file
TMP: squash
* TMP: add the github version
* TMP: squash (no need to parallelize this test)
2024-05-31 11:53:45 +02:00
Andrew Williamson
36753b3aeb
Update pyproject.toml with new ruff config ( #21864 )
2024-02-15 12:56:30 +00:00
Andrew Williamson
9ffd8c12a7
switch from black to ruff format ( #21384 )
...
* switch from black to ruff format
* Update Makefile-docker
2023-11-02 14:35:10 +00:00
Andrew Williamson
47dffb2ef1
fix ruff rules B017, B018, B028, B905 - or explictly disable per line ( #20990 )
...
* fix ruff rules B017, B018, B028, B905 - or explictly disable per line
* slightly rework get_disco_recommendations
2023-07-13 12:37:56 +01:00
Andrew Williamson
ee8a48ec68
reformat codebase to reduce the ignore rules for ruff ( #20972 )
...
* ignore rule F405 per file
* ruff autofix of B007 and B010
* B007 manual fixes
* B026 fixes
* B023 fixes
* updated ruff ignore list
* black formatting & rework decorators
* optimize iterating on dicts where we don't need the keys or values
2023-07-10 15:31:09 +01:00
Andrew Williamson
f774e37b89
fix missing asserts in tests ( #20741 )
...
* fix missing asserts in tests
* fix broken throttling test
2023-05-24 14:33:14 +01:00
Andrew Williamson
e4038c3805
Enable isort ( #20718 )
...
* Enable isort in ruff
* auto-format codebase with isort
2023-05-23 15:36:16 +01:00
Andrew Williamson
7d8648662a
switch from flake8 to ruff ( #20652 )
...
* switch from flake8 to ruff
* drop .gitignore exclude paths from ruff config
* change black to use .gitignore too
2023-05-10 10:14:51 +01:00
Andrew Williamson
d42c7750f5
upgrade to python 3.10 ( #19568 )
...
* run CI with python3.10
* change Dockerfile.deploy too
2022-08-17 18:25:13 +01:00
Mathieu Pillard
c34ed1653f
Set black target version to 3.9 ( #19041 )
2022-03-30 14:03:38 +02:00
William Durand
30ac3bf03e
Get rid of tox ( #16443 )
2021-02-03 13:52:30 +01:00
William Durand
e61d8b0de7
"Black" all the things! ( #16123 )
2020-12-09 19:24:56 +01:00