Skip to content

Commit ba09972

Browse files
authored
Merge pull request #80 from populse/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 38cb94d + f5247ac commit ba09972

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
# exclude: python/soma_workflow/test/data/jobExamples/complete/.*(file|stdin|stdout)
2424

2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.1
26+
rev: 7.1.2
2727
hooks:
2828
- id: flake8
2929
name: flake8 under python3

python/soma_workflow/database_server.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
# TODO:
23
# clean() is called way too often (for each workflow / job / file to be
34
# removed), and too much power is probably taken in scanning obsolete items and

0 commit comments

Comments
 (0)