Skip to content

Commit 106c3b8

Browse files
committed
Release v1.1.4
* anis-campos/fix_is_pytest_fixture: #2 * stdedos/ci/pre-commit/add-MOAR: #20 Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
1 parent e73cc2f commit 106c3b8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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
739
This is the first release after maintenance was assumed by https://github.com/stdedos.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
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",

0 commit comments

Comments
 (0)