Skip to content

v1.24.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 23 Jul 03:18
· 25 commits to refs/heads/master since this release
b1e1c0f
Update pre-commit to run pre-push @Nuru (#355)

what

  • Update make targets pr/pre-commit and pre-commit/run to only run the pre-push stage of pre-commit
  • Update Python package versions
  • Update Docker GitHub actions

why

  • Target is intended to be used pre-push, and previous target ran against all files, which both took excessively long and sometimes made unwanted changes to large numbers of untouched files.
  • PyYaml 5.4.1 no longer installs because of Cython v3, + bug and security fixes
  • Migrate away from deprecated features

references