Skip to content

Commit

Permalink
Merge pull request #14 from IMAP-Science-Operations-Center/pre-commit…
Browse files Browse the repository at this point in the history
…-ci-update-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
greglucas authored Jul 10, 2023
2 parents 5138436 + 7bff3e7 commit 859a81b
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 @@ -4,7 +4,7 @@ ci:
skip: [poetry-lock]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: detect-aws-credentials
Expand All @@ -13,16 +13,16 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.245'
rev: 'v0.0.276'
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/python-poetry/poetry
rev: '1.4.0' # add version here
rev: '1.5.0' # add version here
hooks:
- id: poetry-check
- id: poetry-lock

0 comments on commit 859a81b

Please sign in to comment.