Skip to content

Commit 6fe5464

Browse files
committed
update hooks
1 parent be90053 commit 6fe5464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: requirements-txt-fixer
@@ -26,7 +26,7 @@ repos:
2626
language_version: python3
2727

2828
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: "v0.6.8"
29+
rev: "v0.7.2"
3030
hooks:
3131
- id: ruff
3232

eogrow/utils/map.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def cogify_inplace(
6464
floats and NEAREST for integers.
6565
:param quiet: The process does not produce logs.
6666
"""
67-
temp_file = NamedTemporaryFile()
67+
temp_file = NamedTemporaryFile() # noqa: SIM115
6868
temp_file.close()
6969

7070
cogify(

0 commit comments

Comments
 (0)