Skip to content

Commit

Permalink
Merge pull request #23 from anaconda-distribution/smartin_pylint_fixes
Browse files Browse the repository at this point in the history
Fixes nuance with precommit and pylint
  • Loading branch information
schuylermartin45 authored Dec 14, 2023
2 parents f87ff2d + 7564b8d commit 74ddeea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# pre-commit run --all-files
# Update this file:
# pre-commit autoupdate
# This prevents `pre-commit` from using a newer version of Python, which may cause `pylint` to emit extra errors.
default_language_version:
python: python3.11
exclude: ^(.*/versioneer\.py|.*/_version\.py|.*/.*\.svg)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 74ddeea

Please sign in to comment.