Skip to content

Commit

Permalink
feat: version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivacyGo-PETPlatform committed Sep 26, 2024
1 parent 0575f13 commit bcf7f55
Show file tree
Hide file tree
Showing 40 changed files with 1,540 additions and 1,088 deletions.
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,3 @@ repos:
entry: yapf
args: ["--style=.style.yapf", "-i"]
types: [python]
- repo: https://github.com/pylint-dev/pylint/
rev: v3.0.2
hooks:
- id: pylint
name: pylint
entry: pylint
language: python
types: [python]
args:
[
"-rn", # Only display messages
"-sn", # Don't display the score
"--rcfile=.pylintrc"
]
Loading

0 comments on commit bcf7f55

Please sign in to comment.