Skip to content

Commit

Permalink
fix: pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 4, 2025
1 parent ece242f commit e4c8d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gitstats your-awesome-project ~/public_html

The output will be generated in the given directory.

If you want to use gitstats with CI to generate reports and deploy them, please see
If you want to use gitstats with CI to generate reports and deploy them, please see

* [Use gitstats in GitHub Actions](#use-gitstats-in-github-actions)
* [Use gitstats in Jenkins](#use-gitstats-in-jenkins)
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Build Tools",
Operating System :: Microsoft :: Windows,
Operating System :: POSIX :: Linux
Operating System :: MacOS,
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
]

[project.scripts]
Expand Down

0 comments on commit e4c8d9e

Please sign in to comment.