File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.5 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-yaml
12
12
- id : end-of-file-fixer
13
13
- id : trailing-whitespace
14
14
- repo : https://github.com/psf/black
15
- rev : 24.2 .0
15
+ rev : 25.1 .0
16
16
hooks :
17
17
- id : black
18
18
- repo : https://github.com/PyCQA/flake8
19
- rev : 7.0.0
19
+ rev : 7.1.2
20
20
hooks :
21
21
- id : flake8
22
22
exclude : ^(pydra_ml/_version\.py|versioneer\.py)$
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.13.2
24
+ rev : 6.0.1
25
25
hooks :
26
26
- id : isort
27
27
args : ["--profile", "black"]
28
28
exclude : ^(pydra_ml/_version\.py|versioneer\.py)$
29
29
- repo : https://github.com/codespell-project/codespell
30
- rev : v2.2.6
30
+ rev : v2.4.1
31
31
hooks :
32
32
- id : codespell
33
33
exclude : ^(pydra_ml/_version\.py|versioneer\.py)$
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
3
3
# vi: set ft=python sts=4 ts=4 sw=4 et:
4
- """Pydra: Dataflow Engine
5
-
6
- """
4
+ """Pydra: Dataflow Engine"""
7
5
import sys
8
6
9
7
from setuptools import setup
You can’t perform that action at this time.
0 commit comments