Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2024
1 parent d30af12 commit 3f400bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.1
hooks:
- id: ruff
name: ruff (lint)
Expand Down
3 changes: 2 additions & 1 deletion src/openneuro/tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
from pathlib import Path
from unittest import mock

import pytest

import openneuro
import openneuro._config
import pytest
from openneuro import download

dataset_id_aws = "ds000246"
Expand Down

0 comments on commit 3f400bd

Please sign in to comment.