File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.1.4] - 2023-11-06
6+
7+ This is a small bugfix release.
8+
9+ ### Fixed
10+
11+ * ` anis-campos/fix_is_pytest_fixture ` : (https://github.com/pylint-dev/pylint-pytest/pull/2 )
12+ Astroid has different semantics when using ` import pytest ` or ` from pytest import ... ` ,
13+ which affects the detection of pytest fixtures.
14+
15+ ### Improved
16+
17+ * ` pre-commit ` : (https://github.com/pylint-dev/pylint-pytest/pull/20 )
18+ * Added more checks to the ` pre-commit ` hook.
19+ ``` yaml
20+ repos :
21+ - repo : https://github.com/pre-commit/pre-commit-hooks
22+ hooks :
23+ - id : check-yaml
24+ - id : check-toml
25+ - id : check-vcs-permalinks
26+ - id : check-shebang-scripts-are-executable
27+ - id : name-tests-test
28+ - repo : https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
29+ - id : yamlfmt
30+ - repo : local
31+ hooks :
32+ - id : python-no-log-fatal
33+ name : avoid logger.fatal(
34+ ` ` `
35+ * Unified formatting (always expanded arrays; not covered by linters, sadly)
36+
537## [1.1.3] - 2023-10-23
638
739This is the first release after maintenance was assumed by https://github.com/stdedos.
Original file line number Diff line number Diff line change 1111
1212setup (
1313 name = "pylint-pytest" ,
14- version = "1.1.3 " ,
14+ version = "1.1.4 " ,
1515 author = "Stavros Ntentos" ,
1616 author_email = "133706+stdedos@users.noreply.github.com" ,
1717 license = "MIT" ,
You can’t perform that action at this time.
0 commit comments