Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
* anis-campos/fix_is_pytest_fixture: #2
* stdedos/ci/pre-commit/add-MOAR: #20

Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Nov 6, 2023
1 parent e73cc2f commit 106c3b8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

## [Unreleased]

## [1.1.4] - 2023-11-06

This is a small bugfix release.

### Fixed

* `anis-campos/fix_is_pytest_fixture`: (https://github.com/pylint-dev/pylint-pytest/pull/2)
Astroid has different semantics when using `import pytest` or `from pytest import ...`,
which affects the detection of pytest fixtures.

### Improved

* `pre-commit`: (https://github.com/pylint-dev/pylint-pytest/pull/20)
* Added more checks to the `pre-commit` hook.
```yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
hooks:
- id: check-yaml
- id: check-toml
- id: check-vcs-permalinks
- id: check-shebang-scripts-are-executable
- id: name-tests-test
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
- id: yamlfmt
- repo: local
hooks:
- id: python-no-log-fatal
name: avoid logger.fatal(
```
* Unified formatting (always expanded arrays; not covered by linters, sadly)

## [1.1.3] - 2023-10-23

This is the first release after maintenance was assumed by https://github.com/stdedos.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="pylint-pytest",
version="1.1.3",
version="1.1.4",
author="Stavros Ntentos",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 106c3b8

Please sign in to comment.