Skip to content

Commit b458668

Browse files
authored
Merge pull request #61 from SimpleITK/PythonBackend
Python backend
2 parents dab4e11 + bad17e1 commit b458668

12 files changed

+527
-349
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: check-added-large-files
1212
args: ['--maxkb=200']
1313
- repo: https://github.com/psf/black
14-
rev: 23.3.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
args: ['--check', '--diff']
1818
- repo: https://github.com/pycqa/flake8
19-
rev: 6.0.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: flake8
2222
entry: pflake8

comment_spell_check/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)