We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72bcf8 commit 717981fCopy full SHA for 717981f
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## [Unreleased]
4
5
+## [1.0.1] - 2021-03-03
6
### Added
7
- Suppressing FP `unused-import` when fixtures defined elsewhere are imported into `conftest.py` but not directly used (#2)
8
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='pylint-pytest',
15
- version='1.0.0',
+ version='1.0.1',
16
author='Reverb Chu',
17
author_email='[email protected]',
18
maintainer='Reverb Chu',
0 commit comments