Skip to content

Commit

Permalink
Merge branch 'master' into fix/xx/threading-issue-for-user-query-in-c…
Browse files Browse the repository at this point in the history
…ode-setup
  • Loading branch information
unkcpz authored Jan 15, 2024
2 parents ca480b1 + 1acd3ec commit 5ad485e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -18,7 +18,7 @@ repos:
- id: yamlfmt

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand All @@ -39,18 +39,18 @@ repos:
- tryceratops==1.1.0

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

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.0
rev: 0.27.3
hooks:
- id: check-github-workflows

- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit 5ad485e

Please sign in to comment.