File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : v4.5 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
@@ -20,11 +20,11 @@ repos:
2020 - id : check-docstring-first
2121
2222 - repo : https://github.com/psf/black-pre-commit-mirror
23- rev : 23.9 .1
23+ rev : 23.10 .1
2424 hooks :
2525 - id : black
2626
2727 - repo : https://github.com/astral-sh/ruff-pre-commit
28- rev : v0.0.290
28+ rev : v0.1.3
2929 hooks :
3030 - id : ruff
Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ def test_exporter_can_export_requirements_txt_with_standard_packages_and_sorted_
631631 assert content == expected
632632
633633
634- def test_exporter_can_export_requirements_txt_with_standard_packages_and_hashes_disabled ( # noqa: E501
634+ def test_exporter_can_export_requirements_txt_with_standard_packages_and_hashes_disabled (
635635 tmp_path : Path , poetry : Poetry
636636) -> None :
637637 poetry .locker .mock_lock_data ( # type: ignore[attr-defined]
You can’t perform that action at this time.
0 commit comments