Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:clinicedc/edc-metadata into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Feb 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents d67a038 + 5330db4 commit 4190f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@ repos:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3.10
language_version: python3.11

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
@@ -43,7 +43,7 @@ repos:
- id: check-toml

- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.34.0
hooks:
- id: yamllint
args:

0 comments on commit 4190f11

Please sign in to comment.