Skip to content

Commit

Permalink
Merge pull request #36 from callumrollo/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
callumrollo authored Feb 6, 2024
2 parents 9f46a31 + 9822969 commit be2a8bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.2.0
hooks:
- id: ruff

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
language_version: python3
Expand All @@ -38,7 +38,7 @@ repos:
- --ignore-words-list=buda

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.5.3"
rev: "1.7.0"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.9"]
Expand Down
1 change: 1 addition & 0 deletions tests/test_cmcrameri.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Test that the program a) finds the text files and b) creates colormaps
"""

import sys
from pathlib import Path

Expand Down

0 comments on commit be2a8bf

Please sign in to comment.