Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#115)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)

Co-authored-by: Chris Sewell <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and chrisjsewell authored Sep 9, 2021
1 parent c012056 commit 7a09ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.8b0
hooks:
- id: black

Expand Down

1 comment on commit 7a09ea2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark on macos-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 7a09ea2 Previous: c012056 Ratio
tests/test_benchmark.py::test_loose_write 0.16686005417860864 iter/sec (stddev: 1.5689445806470643) 1.3743345448083195 iter/sec (stddev: 0.06297481188281169) 8.24

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.