Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
-
An example of a false positive: https://github.com/psf/black/pull/3031 It's test data for a code formatting tool. Not something that needs changing.
-
pyupgrade
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
You could try to run pyupgrade inside your repo to see what you could change to update your code to more modern Python.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Look like white maintainer are just doing what black maintainer do.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Conversion from the f-string literals to format method in python
- Ask HN: Did somebody have success with the migration of Python 2.7 to Java/C#?
- Testing Python Code Using UnitTest
- Django Code Formatting and Linting Made Easy: A Step-by-Step Pre-commit Hook Tutorial
- Packaging Python projects in 2023 from scratch