Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#420)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.5b1 → 21.5b2](psf/black@21.5b1...21.5b2)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored May 31, 2021
1 parent c5c5f30 commit 20aa52a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.5b2
hooks:
- id: black
args: [--line-length=80]
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ message = Bump to version {new_version}
tag_name = {new_version}

[coverage:run]
omit =
omit =
foyer/tests/*

[coverage:report]
exclude_lines =
exclude_lines =
pragma: no cover

if 0:
if __name__ == .__main__.:

Expand Down

0 comments on commit 20aa52a

Please sign in to comment.