kasium

Results 93 issues of kasium

Hello, if a user doesn't want to use flake8, the only option to provide configuration is to use the command line. Would it be possible to add support for a...

Hey, thanks for this awesome library. Can you please consider to add a \_\_version__ field to boltons, so that something like the following is possible? ```python import boltons print(boltons.__version__) #...

Hello, I would like to ask if it would be possible to provide the configuration with a file rather than cli flags. Potential fiels could be setup.cfg, an own file...

Hi @reverbc Thanks a lot for creating this project. As you might have seen, the project is already linked quite often in issue inside the pylint project. However, the last...

**Feature request type** - [X] Suppress false positives from existing pylint warnings - [ ] Add new pytest-specific warning - [ ] Other **Is your feature request related to a...

enhancement

**Describe the bug** If the fatal error `cannot-enumerate-pytest-fixtures` is raised, pylint exists with a 0. **To Reproduce** See #24 for all details. Also, use the following toml ```toml [tool.pylint.master] load-plugins...

bug

**Describe the bug** In the `FixtureCollector`, the variables `fixtures` and `errors` are defined as class variables, not as instance attributes, This means, if e.g. first a non-test file is checked,...

bug

**Feature request type** - [X] Suppress false positives from existing pylint warnings - [ ] Add new pytest-specific warning - [ ] Other **Is your feature request related to a...

enhancement

**Feature request type** - [ ] Suppress false positives from existing pylint warnings - [ ] Add new pytest-specific warning - [X] Other **Is your feature request related to a...

enhancement

Hello all, in my application we use and love marshmallow. We have a lot of dynamic coding, therefore we access fields e.g. over the `declared_fields` attribute. Also we need most...