-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0
# Modules to migrate
- [x] pos_access_right - By @geomer198 - #957
- [ ] pos_customer_display - By @legalsylvain…
-
As title says, tools like **black** and **isort** help to keep the code style consistent. Maybe add a pre-commit file to make it more like run-and-forget.
-
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…
-
This is visible inside the FawltyDeps dev environment: `packages_distributions()` does not return `fawltydeps` among its import names or packages:
```sh
python -c "from importlib_metadata import pac…
-
### Why is this issue important?
ruff does a good job of checking and auto-fixing python to be more correct and more consistent.
This project is just using the default 4 checkers, but there are do…
-
## 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…
-
`blackadder` should order imports, interfaces, events, and structs so that they are logically grouped together.
1. absolute import statements
* one blank line between the top-level natspec and…
-
isort version 5.10.1
Code in file:
from foo.bar import a # \\
from foo.bar import b # \\
from foo.bar import c, d, e # \\
After running isort:
from foo.bar import a # \\
from foo.bar …
-
The `DOC501` lint rule catches a custom exception missing in the docstring if the exception class is in the same module, but fails to catch it if the exception is imported from a different module.
…
-
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…