Commit History

Author SHA1 Message Date
  Fabian Peter Hammerle ed078a508d disable ability to invoke `acpi_backlight` module as script (via `python -m acpi_backlight`); made main function private (use entry point `acpi-backlight-eval` instead) 2 years ago
  Fabian Peter Hammerle f7e3784baf drop compatibility with python3.5; test against python3.10 2 years ago
  Fabian Peter Hammerle 858dfee530 refactor: use `pathlib.Path` instances instead of `os.path.*`; increase test coverage 2 years ago
  dependabot[bot] 403deaa65f build(deps-dev): bump pathlib2 from 2.3.5 to 2.3.6 2 years ago
  dependabot[bot] 91b2ea9709 build(deps-dev): bump mypy from 0.902 to 0.910 2 years ago
  dependabot[bot] 05577abd92 build(deps-dev): bump mypy from 0.812 to 0.902 2 years ago
  dependabot[bot] 4b1301d769 build(deps-dev): bump pytest-cov from 2.12.0 to 2.12.1 2 years ago
  dependabot[bot] a6942ecaf0 build(deps-dev): bump pytest-cov from 2.11.1 to 2.12.0 2 years ago
  Fabian Peter Hammerle c01f22ad3a dev env: add upper version constraint for `click` to keep compatibility with python3.5 2 years ago
  Fabian Peter Hammerle 1c9245e43f pipeline: authenticate at coveralls.io via GITHUB_TOKEN instead of COVERALLS_REPO_TOKEN to no longer require manual configuration of secret 3 years ago
  Fabian Peter Hammerle 9f512d9e9a dev env: added upper version constraints for astroid & pylint to keep compatibility with python3.5 3 years ago
  dependabot[bot] fb259701e5 build(deps-dev): bump mypy from 0.800 to 0.812 3 years ago
  Fabian Peter Hammerle 36a3ebf181 test against python3.9 3 years ago
  Fabian Peter Hammerle fd6f2580a7 refactor pipeline config: detect name of top-level module automatically 3 years ago
  dependabot[bot] 1f89a4df49 build(deps-dev): bump pylint from 2.6.0 to 2.6.2 3 years ago
  dependabot[bot] 1fb0ca5f89 build(deps-dev): bump mypy from 0.790 to 0.800 3 years ago
  dependabot[bot] b6c1dac8ce build(deps-dev): bump pytest-cov from 2.10.1 to 2.11.1 3 years ago
  Fabian Peter Hammerle 8227dfe8bd env: add upper version constraint for pytest to keep compatibility with python3.5 3 years ago
  dependabot[bot] 81d2253adb build(deps-dev): bump importlib-metadata from 2.1.0 to 2.1.1 3 years ago
  dependabot[bot] 37d076457f build(deps-dev): bump mypy from 0.782 to 0.790 3 years ago
  dependabot[bot] 1b3c4cbc01 build(deps-dev): bump pytest from 6.1.0 to 6.1.2 3 years ago
  Fabian Peter Hammerle cf4ab276b6 dev env: add upper version constraint for importlib-metadata to keep compatibility with python3.5 3 years ago
  Fabian Peter Hammerle fcdc014c98 configure github's dependabot to update Pipfile.lock (dev env) 3 years ago
  Fabian Peter Hammerle 43ce2c0d98 added unit test for backlight_eval 3 years ago
  Fabian Peter Hammerle 36d947e22b added argument & return type hints 3 years ago
  Fabian Peter Hammerle 3e21c5a774 added unit tests for Backlight class 3 years ago
  Fabian Peter Hammerle b3b0c1cf59 pipeline: run pylint 3 years ago
  Fabian Peter Hammerle 289980b1a6 pipeline: run mypy 3 years ago
  Fabian Peter Hammerle a6257d32af pipeline: check test coverage 3 years ago
  Fabian Peter Hammerle 8176a81edb format code via black 3 years ago