Commit Graph

14 Commits

Author SHA1 Message Date
Willi Ballenthin b505ba7621 fix: remove unused imports and un-suppress F401
closes #2996
2026-05-08 17:58:07 +02:00
Mike Hunhoff c55b06860c ci: fix web rules failure (#3003)
* ci: fix web rules failure

* address feedback

* ruff cleanup
2026-04-07 13:01:23 -06:00
Mike Hunhoff ed7e0cd77d lint: replace black/isort/flake8 with ruff (#2992)
* lint: replace isort/flake8 with ruff

* update ruff links

* remove stale isort reference

* update CHANGELOG

* address review

* remove unused imports

* remove unnecessary list comprehension

* remove quotes from type annotation

* use dict.get instead of if-else block

* remove unnecessary utf-8 encoding declaration

* Revert "remove unused imports"

This reverts commit 18ba50a22b.

* skip check for unused imports

* fix UP036 Version block is outdated for minimum Python version

* add TODO comment for unused imports

* replace black with ruff

* address review comments
2026-04-07 12:10:41 -06:00
lakshay e637e5a09e #2244 Issue: Update deprecated ruff linter settings (#2248) 2024-07-31 10:28:52 +02:00
Willi Ballenthin b9090b86ce tests: make fixtures available via conftest.py
closes #1592
2023-07-13 09:37:39 +02:00
Willi Ballenthin a43d2c115f tests: fix fixture imports 2023-07-06 19:04:53 +02:00
Willi Ballenthin 47074fd129 fix ruff issues 2023-07-06 17:49:40 +02:00
Willi Ballenthin 25a6d78b88 ruff: update config 2023-07-06 16:32:31 +02:00
Pratham Chauhan efb07fafb3 fix 2023-04-05 22:16:00 +05:30
Pratham Chauhan 6eaa46ea9a revert bninja change 2023-04-05 13:32:15 +05:30
Pratham Chauhan a40126aeff reformatting with black 2023-04-04 19:10:40 +05:30
Pratham Chauhan 89c6c235f7 resolve conflict 2023-04-04 18:46:31 +05:30
Pratham Chauhan c04774b4b1 solving unresolvable issues using --fix and ignoring some issues 2023-04-04 18:27:30 +05:30
Pratham Chauhan ed64986af8 adds a ruff.toml file for config 2023-03-30 14:22:11 +05:30