https://community.sonarsource.com/t/how-to-temporarily-turn-off-a-rule/4135/3
You can add a #NOSONAR comment in your code or, if you use SonarLint with SonarQube or SonarCloud,
https://community.sonarsource.com/t/how-to-temporarily-turn-off-a-rule/4135/3
You can add a #NOSONAR comment in your code or, if you use SonarLint with SonarQube or SonarCloud,
Black will format your code. It can do it automatically on save, or when required.
Black is opinionated - this means it has basically one and only one way that the Python code will be formatted. There is almost no configuraiton.
One major opinion it enforces is the use of double quotes in place of single quotes.
This can be a major change to an existing project.
https://github.com/pypa/pipx
Certain tools you may wish to use throughout your virtual environments.
One way to achieve this is to install the package 'globally', ie. not in a virtual env.
However more tools - more risk of dependency issues.
https://www.postgresql.org/docs/13/app-psql.html
\timing on
\pset footer on
-- change field separator if query may contain commas