Skip to content

Commit

Permalink
build: update pre-commit and typos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Sep 1, 2023
1 parent c66cc41 commit d3695a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.285"
rev: "v0.0.287"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
rev: v3.0.3
hooks:
- id: prettier

Expand All @@ -35,7 +35,7 @@ repos:
- id: blacken-docs

- repo: https://github.com/crate-ci/typos
rev: v1.16.8
rev: typos-dict-v0.10.9
hooks:
- id: typos
exclude: "extc|svg|psl|CHANGELOG"
1 change: 0 additions & 1 deletion tests/test_server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import time

import pytest
from kent.src.hg.utils.otto.sarscov2phylo.bioSampleJsonToTab import epiIdFromRecordAttrs
from pxblat import Client
from pxblat import ClientOption
from pxblat import UsageStats
Expand Down

0 comments on commit d3695a0

Please sign in to comment.