-
## Is your feature request related to a problem? ##
As [discussed](https://github.com/MDAnalysis/mdanalysis/pull/3644#issuecomment-1100836585) in #3644 I am always frustrated when I see unsorted im…
-
In https://pep8.org/#module-level-dunder-names it says that `__all__` "should be placed after the module docstring but before any import statements except from `__future__` imports".
It would be grea…
-
Type: Feature Request
Currently, there is no easy way to exit Zen Mode. One has to memorize the keyboard shortcuts to enter Zen Mode in order to exit. This is problematic because a user does not ne…
-
### Overview
As a developer, we should make sure that our code is maintainable. For this ticket, let's start a discussion on whether linting python code is desirable.
### Action Items
- [x] Discuss…
-
As part of the effort to comply with the Farama fondation standards: [details](https://github.com/MatPoliquin/stable-retro/issues/15)
-
### Description:
This package currently lacks a `.pre-commit-config.yaml` file, which is important for maintaining code quality and consistency. Without this configuration file, we miss out on severa…
-
At the moment, imports having an import level greater than zero are always classified as a local folder import, even if they match a pattern specified in the sections configuration.
It would be nic…
-
**Describe the bug**
My precommit file:
```
repos:
- repo: https://github.com/psf/black
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-comm…
-
@Eric-Arellano FYI
-
Hello!
I have an import like this:
```python
from my_library.deeply.nested.hierarchy.of.long_named_packages.with_long_names import module
```
Where the `import` violates the line length lim…