Skip to content

Commit

Permalink
Merge branch 'main' into klifs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 authored Oct 9, 2024
2 parents b8d921b + 59501fa commit a726578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: debug-statements
Expand All @@ -12,7 +12,7 @@ repos:
- id: check-executables-have-shebangs
- id: check-json
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
files: ^missense_kinase_toolkit
Expand All @@ -22,13 +22,13 @@ repos:
- id: isort
files: ^missense_kinase_toolkit
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
files: ^missense_kinase_toolkit
additional_dependencies: [Flake8-pyproject]
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.16.0'
rev: 'v3.17.0'
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit a726578

Please sign in to comment.