Skip to content

Commit

Permalink
Changed pre-commit config to run python 3.8, update hook versions and…
Browse files Browse the repository at this point in the history
… remove force exclude for the data model (now in microscopemetrics-schema)
  • Loading branch information
juliomateoslangerak committed Jan 11, 2024
1 parent efbec3c commit 7a8525e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.12.1
hooks:
- id: black
args: # arguments to configure black
Expand All @@ -9,12 +9,11 @@ repos:
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.9
force-exclude: src/microscopemetrics/data_schema/*
language_version: python3.8


- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
Expand Down

0 comments on commit 7a8525e

Please sign in to comment.