Skip to content

Commit

Permalink
chore: linting/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jul 26, 2023
1 parent 3079fb6 commit 74873d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12"]
# Empty is latest, head is latest from GitHub
pdm-version: ["", "head", "2.7.4", "2.8.0"]
pdm-version: ["", "head", "2.7.4", "2.8.0", "2.8.1"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tests/test_actions/test_sync_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_execute_synchronizes_hooks_all_good(
mock_build_mapping.assert_called_once()
mock_analyze_repos.assert_called_once()
pre_commit_config.update_pre_commit_repo_versions.assert_not_called()
printer.success.assert_called_with("All matched pre-commit hooks already in sync with the lockfile!")
printer.info.assert_called_with("All matched pre-commit hooks already in sync with the lockfile!")


def test_get_pre_commit_repo_new_version() -> None:
Expand Down

0 comments on commit 74873d6

Please sign in to comment.