Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pre-commit/mirrors-clang-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v19.1.7
Choose a base ref
...
head repository: pre-commit/mirrors-clang-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20.1.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 11, 2025

  1. Mirror: 20.1.0

    github-actions[bot] committed Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    458d954 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .version
  2. +1 −1 setup.py
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.7
20.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['clang-format==19.1.7'],
install_requires=['clang-format==20.1.0'],
)