Skip to content

Commit

Permalink
Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
helegraf committed Mar 4, 2024
1 parent ae1a4ac commit a8ea1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
pip install pre-commit
pre-commit install
pip install pylint
- name: Run pre-commit
run: |
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ repos:
files: smac
exclude: "scripts|tests"

- repo: https://github.com/pylint-dev/pylint
rev: v3.1.0
- repo: local
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit a8ea1c7

Please sign in to comment.