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 2
2
3
3
## [ Unreleased]
4
4
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
+
5
37
## [1.1.3] - 2023-10-23
6
38
7
39
This is the first release after maintenance was assumed by https://github.com/stdedos.
Original file line number Diff line number Diff line change 11
11
12
12
setup (
13
13
name = "pylint-pytest" ,
14
- version = "1.1.3 " ,
14
+ version = "1.1.4 " ,
15
15
author = "Stavros Ntentos" ,
16
16
author_email = "133706+stdedos@users.noreply.github.com" ,
17
17
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments