Skip to content

Commit

Permalink
Bump black from 22.12.0 to 23.1.0 (#329)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.12.0...23.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: indirect
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 7902b38 commit 6528f7a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
42 changes: 28 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/test_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def test_precommit_errors(
_out_mock,
_ok_mock, # _mock_stdout
):

code = """from io import StringIO, BytesIO, FileIO
import sys
cmd = ['pylint', 'autohooks/plugins/pylint/pylint.py']
Expand Down

0 comments on commit 6528f7a

Please sign in to comment.