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-assignment
check (#106) @Ruchip16 - Add
use-dict-literal
(#104) @Ruchip16 - Fix readme badges (#102) @ssbarnea
- Add
using-constant-test
,use-list-literal
&useless-object-inheritance
check (#100) @Ruchip16 - Add
unused-import
&wrong-import-order
check (#98) @Ruchip16 - Add
undefined-loop-variable
&unnecessary-comprehension
check (#96) @Ruchip16 - Add
super-with-arguments
&too-few-public-methods
check (#95) @Ruchip16 - Add
not-callable
&pointless-statement
check (#94) @Ruchip16 - Add
no-else-return
check (#93) @Ruchip16 - Add
no-else-raise
check (#92) @Ruchip16 - Add
implicit-str-concat
&missing-class-docstring
check (#91) @Ruchip16 - Add
consider-using-f-string
check (#90) @Ruchip16 - Enable prettier (#86) @ssbarnea
- Enable
isort
viapre-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