Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyyyyyssss authored Feb 7, 2024
1 parent 52291da commit 87dc77b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default_language_version:
repos:
# Python API Hooks
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
Expand All @@ -50,11 +50,11 @@ repos:
--ignore-init-module-imports,
--in-place
]
#- repo: local
# hooks:
- repo: local
hooks:
# Spotless Hooks
# - id: spotless
# name: spotless lint
# entry: ./mvnw spotless:check
# language: script
# pass_filenames: false
- id: spotless
name: spotless lint
entry: ./mvnw spotless:check
language: script
pass_filenames: false

0 comments on commit 87dc77b

Please sign in to comment.