Skip to content

Commit

Permalink
Update pre-commit version to 1.0.1+pre_commit (sonic-net#14193)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
PR sonic-net#13544 has refined the output of check-conditional-mark-sort hook in pre-commit check. Would print more detailed information so that contributors know where to modify. So needs to update pre-commit version.

How did you do it?
Add a new tag 1.0.1+pre_commit of sonic-mgmt, then update the version in code

How did you verify/test it?
Checked in local env
  • Loading branch information
xwjiang-ms authored Aug 22, 2024
1 parent 3f24a4b commit edc5ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ repos:
args: ["--max-line-length=120", "--ignore=E1,E2,E3,E5,E7,W5"]

- repo: https://github.com/sonic-net/sonic-mgmt
rev: 1.0.0+pre_commit
rev: 1.0.1+pre_commit
hooks:
- id: check-conditional-mark-sort
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Local pre-commit hook config
[project]
name = "sonic-mgmt-pre-commit-hooks"
version = "1.0.0+pre_commit"
version = "1.0.1+pre_commit"
description = "Some hooks for pre-commit in sonic-mgmt repo."
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit edc5ad3

Please sign in to comment.