v3.0.0
·
304 commits
to refs/heads/main
since this release
Major Changes
- Fix import error from Ansible-core 2.15 change (#103) @ssbarnea
- Support python 3.10 and 3.11 (#84) @ssbarnea
- Support for Ansible 2.12 and 2.13 (#67) @CFSNM
Minor Changes
Bugfixes
- Add
used-before-assignmentcheck (#106) @Ruchip16 - Add
use-dict-literal(#104) @Ruchip16 - Fix readme badges (#102) @ssbarnea
- Add
using-constant-test,use-list-literal&useless-object-inheritancecheck (#100) @Ruchip16 - Add
unused-import&wrong-import-ordercheck (#98) @Ruchip16 - Add
undefined-loop-variable&unnecessary-comprehensioncheck (#96) @Ruchip16 - Add
super-with-arguments&too-few-public-methodscheck (#95) @Ruchip16 - Add
not-callable&pointless-statementcheck (#94) @Ruchip16 - Add
no-else-returncheck (#93) @Ruchip16 - Add
no-else-raisecheck (#92) @Ruchip16 - Add
implicit-str-concat&missing-class-docstringcheck (#91) @Ruchip16 - Add
consider-using-f-stringcheck (#90) @Ruchip16 - Enable prettier (#86) @ssbarnea
- Enable
isortviapre-commit(#83) @cidrblock - Remove outdated compatibility code (#79) @ssbarnea
- Stop using standalone mock library (#78) @ssbarnea
- Enable mypy (#77) @ssbarnea
- Enable pylint (#76) @ssbarnea
- Enable flake8 (#75) @ssbarnea
- Enable black (#74) @ssbarnea
- Fixing hosts in extra inventory (#68) @CFSNM
- support extra inventory in pytest-ansible (#64) @CFSNM
- Bumped pytest-ansible version to 2.3.0. Also removed ansible 2.8, and replaced python 3.6 by python 3.9 (#65) @CFSNM
- Revert "Add support to ansible inventory env var" (#61) @thenets
- Add support to ansible inventory env var (#60) @thenets