Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: ^(secrets/)
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,13 +14,13 @@ repos:
args: ["--autofix", "--indent=2", "--no-sort-keys"]

- repo: https://github.com/psf/black
rev: 21.10b0
rev: 23.3.0
hooks:
- id: black
args: ["--line-length", "100", "--skip-string-normalization"]

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8

Expand All @@ -29,7 +29,7 @@ repos:
hooks:
- id: seed-isort-config
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

Expand Down
1 change: 0 additions & 1 deletion carbonplan/tests/test_watermark.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@


def test_watermark():

assert isinstance(watermark(print_info=False), str)
assert watermark(print_info=True) is None