Skip to content

Releases: greenbone/autohooks-plugin-pylint

autohooks-plugin-pylint 23.10.0

18 Oct 11:32
Compare
Choose a tag to compare

23.10.0 - 2023-10-18

Added

  • permission pull-requests write into update-header.yml (#424) 51f9dd0
  • Auto-merge workflow that activates squash merge on open PRs (#414) a4a9b43
  • Include dependency updates in release changelog dee5d4b

Removed

  • greenbonebot token from update-header.yml (#423) 6b88f2d
  • Use default config for conventional commits (#403) d6d74ca

Changed

  • Update supported Python versions (#425) 1d3890a
  • Group dependabot updates 98e8af5
  • Use generic reusable workflows 0592dd4
  • Resolve deprecation warnings in GitHub workflows d5bbc88

Bug Fixes

  • Remove cache: "true" input (#408) 69a14d9
  • Fix conventional commits workflow 13f4b24
  • Set permission on conventional commits workflow 618e27b

Dependencies

  • Bump the python-packages group with 1 update (#422) ebaffc3
  • Bump the python-packages group with 3 updates (#421) 21a6097
  • Bump astroid from 2.15.6 to 2.15.7 (#415) 5157f73
  • Bump rich from 13.5.2 to 13.5.3 2c466c3
  • Bump actions/checkout from 3 to 4 (#412) 760fab9
  • Bump exceptiongroup from 1.1.2 to 1.1.3 (#410) a795cd4
  • Bump click from 8.1.6 to 8.1.7 (#411) 8c81b98
  • Update dependencies to latest releases 03f056b
  • Bump pylint from 2.17.4 to 2.17.5 e39152d
  • Bump greenbone/actions from 2 to 3 799141d
  • Bump mypy from 1.3.0 to 1.4.1 22b47c6
  • Bump platformdirs from 3.5.1 to 3.5.3 0d76dfb
  • Bump typing-extensions from 4.6.2 to 4.6.3 5235530
  • Bump coverage from 7.2.6 to 7.2.7 9d8e917
  • Bump rich from 13.3.5 to 13.4.1 4549ccc
  • Bump anyio from 3.6.2 to 3.7.0 061a162
  • Bump coverage from 7.2.5 to 7.2.6 177332d
  • Bump typing-extensions from 4.5.0 to 4.6.2 75ce0a5

autohooks-plugin-pylint 23.4.0

20 Apr 08:00
Compare
Choose a tag to compare

23.4.0 - 2023-04-20

Added

  • Add action for reporting the conventional commits bcd7318
  • Use isort to format Python imports 9d85142
  • Officially support Python 3.11 4e9e7fe
  • Add coverage as dev dependency 1e66a40

Removed

  • Remove Changelog files and RELEASE document 7699ac6

Changed

  • Use new pypi-upload action for releasing the Python package 9e85ad4
  • Update build-system to use poetry-core 41cc21b
  • Require Python 3.7.2 as minimum a3c807f
  • Use a single workflow file for releases 145db65

autohooks-plugin-pylint 22.8.1

09 Aug 06:08
Compare
Choose a tag to compare

22.8.1 - 2022-08-09

Bug Fixes

  • Use correct API of ReportProgress f31234e

autohooks-plugin-pylint 22.8.0

02 Aug 11:44
Compare
Choose a tag to compare

22.8.0 - 2022-08-02

Added

  • Support reporting linting progress da669a7

autohooks-plugin-pylint 21.6.0

13 Jun 12:04
Compare
Choose a tag to compare

21.6.0 - 2021-06-13

Changed

  • Reworked file by file linting, improved the code and the tests. #54

autohooks-plugin-pylint 20.11.0

09 Nov 09:17
v20.11.0
Compare
Choose a tag to compare

20.11.0 - 2020-11-09

Added

  • Adding pontos module for future releases #24

Changed

  • Replaced pipenv with poetry for dependency management. poetry install works a bit different than pipenv install. It installs dev packages. #16
  • Linting file by file #19

autohooks-plugin-pylint 1.2.0

22 Nov 08:45
8a792c0
Compare
Choose a tag to compare

1.2.0 - 2019-11-22

Added

  • Allow to configure the arguments for pylint in pyproject.toml #10

autohooks-plugin-pylint 1.1.1

22 Nov 08:48
92fa298
Compare
Choose a tag to compare

1.1.1 - 2019-09-13

Fixed

  • Don't run pylint if no files have to be validated #4

autohooks-plugin-pylint 1.1.0

22 Nov 08:48
v1.1.0
03a32ba
Compare
Choose a tag to compare

1.1.0 - 2019-03-28

Changed