batfish / pybatfish

Python client for Batfish: https://github.com/batfish/batfish
Apache License 2.0
208 stars 51 forks source link

black: upgrade to latest, switch to official mirror #900

Closed dhalperi closed 9 months ago

dhalperi commented 9 months ago

Black now has an official pre-commit mirror. Swapping https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in your .pre-commit-config.yaml will make Black about 2x faster (#3828)

batfish-bot commented 9 months ago

This change is Reviewable

codecov[bot] commented 9 months ago

Codecov Report

Merging #900 (5a0711a) into master (e704fd1) will decrease coverage by 12.10%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #900 +/- ## =========================================== - Coverage 85.54% 73.44% -12.10% =========================================== Files 30 30 Lines 3977 3977 Branches 664 664 =========================================== - Hits 3402 2921 -481 - Misses 430 925 +495 + Partials 145 131 -14 ``` [see 19 files with indirect coverage changes](https://app.codecov.io/gh/batfish/pybatfish/pull/900/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=batfish)