Skip to content

Commit

Permalink
Remove pylint from pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Jun 9, 2024
1 parent b193f4f commit ccf1206
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ repos:
language: system
types: [python]
require_serial: true
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
require_serial: true
# - id: pylint
# name: pylint
# entry: pylint
# language: system
# types: [python]
# require_serial: true

0 comments on commit ccf1206

Please sign in to comment.