1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

6 Commits

Author SHA1 Message Date
Oleg Bulatov
84fa795ae7
chore: fix isort config and remove isort: skip_file (#2196)
* chore: pass config to isort as it doesn't always detect it

* chore: mark package "test" as local, not stdlib

* chore: remove "isort: skip_file"

* chore: fix app in test_load_security_information

* chore: fix app in test_notification

* chore: fix app in test_index_report
2023-09-21 11:46:03 -04:00
Oleg Bulatov
e317abc3e6
chore: Bump gitleaks, add isort and lint-staged to pre-commit (#1963) 2023-06-16 14:05:01 +02:00
Oleg Bulatov
cf52f5e371
chore: Use Python 3.9 (#1382)
* Use Python 3.9

* Adapt code for Python 3.9
2022-06-20 14:05:47 +02:00
Oleg Bulatov
5eaf0584db
chore: Run mypy as CI job (#1363)
* Run mypy as CI job

* Fix peewee.pyi and configure pyright
2022-06-13 11:01:17 +02:00
Jimmy Zelinskie
300309dbc4 tests: fix tox
This change enables tox to run the entire test suite without any bash
scripts or makefiles.
2020-04-28 18:13:39 -04:00
Jimmy Zelinskie
87f87ff4c2 init pyproject.toml
This consolidates pylintrc and black configuration.
This was introduced in PEP518 and is gaining adoption as a consolidated
Python configuration file.
2020-04-28 18:13:39 -04:00