Skip to content

Autoupdate pre-commit jobs

Jon Banafato requested to merge pre-commit-autoupdate into master

Autoupdate pre-commit jobs


Run pre-commit formatters on all files

Additionally, change the following settings:

  • Drop the lines_after_types setting from isort config. isort complains that this is not a supported option, and I can't actually find documentation for it anywhere. If this was supposed to work, or if there are options that should replace this, I'm happy to add them.

  • Set the default Python version for pre-commit. This is the Python version used in production and CI, but without the setting, local use will default to the local system's default Python, which may result in different behavior across Python versions and installed library versions.

Merge request reports