Skip to content

Commit 9425e33

Browse files
authored
Merge pull request #63 from nipype/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d3e05c1 + ee10076 commit 9425e33

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-yaml
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/psf/black
15-
rev: 24.2.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 7.0.0
19+
rev: 7.1.2
2020
hooks:
2121
- id: flake8
2222
exclude: ^(pydra_ml/_version\.py|versioneer\.py)$
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 6.0.1
2525
hooks:
2626
- id: isort
2727
args: ["--profile", "black"]
2828
exclude: ^(pydra_ml/_version\.py|versioneer\.py)$
2929
- repo: https://github.com/codespell-project/codespell
30-
rev: v2.2.6
30+
rev: v2.4.1
3131
hooks:
3232
- id: codespell
3333
exclude: ^(pydra_ml/_version\.py|versioneer\.py)$

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/usr/bin/env python
22
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft=python sts=4 ts=4 sw=4 et:
4-
"""Pydra: Dataflow Engine
5-
6-
"""
4+
"""Pydra: Dataflow Engine"""
75
import sys
86

97
from setuptools import setup

0 commit comments

Comments
 (0)