Skip to content

Commit 91988d1

Browse files
[pre-commit.ci] pre-commit autoupdate (#233)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2428cdd commit 91988d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
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

tests/test_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)