Skip to content

Commit

Permalink
Updating pylint setup for pre-commit (#198)
Browse files Browse the repository at this point in the history
The mirrors-pylint was archived.

I'm getting an error with pylint, that hopefully will fix with a newer
version.
  • Loading branch information
castelao authored Mar 18, 2024
1 parent ecec6a8 commit 519c6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-symlinks
- id: flake8
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.3.1
- repo: https://github.com/PyCQA/pylint
rev: v3.1.0
hooks:
- id: pylint

0 comments on commit 519c6be

Please sign in to comment.