Skip to content

Commit

Permalink
configure pylint with toml support, address some small errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 18, 2024
1 parent 1b1ada7 commit 41f34fb
Show file tree
Hide file tree
Showing 12 changed files with 400 additions and 484 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ repos:
hooks:
- id: toml-sort-fix
- repo: https://github.com/pylint-dev/pylint
rev: v2.17.2
rev: v3.0.3
hooks:
- id: pylint
args: [ '--rcfile=.pylintrc.toml' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
hooks:
Expand All @@ -44,7 +45,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
rev: v0.1.13
hooks:
- id: ruff
- repo: https://github.com/pycqa/flake8
Expand Down
Loading

0 comments on commit 41f34fb

Please sign in to comment.