We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82702f4 commit 6339bd3Copy full SHA for 6339bd3
.pre-commit-config.yaml
@@ -12,7 +12,8 @@ repos:
12
- id: check-toml
13
- id: check-added-large-files
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.2.0
+ rev: v0.6.5
16
hooks:
17
- id: ruff
18
+ args: [ --fix ]
19
- id: ruff-format
nibabies/utils/bids.py
@@ -8,12 +8,11 @@
8
import os
9
import sys
10
import typing as ty
11
-from pathlib import Path
import warnings
+from pathlib import Path
import pandas as pd
-
SUPPORTED_AGE_UNITS = (
'weeks',
'months',
0 commit comments