Skip to content

Commit e6ddf13

Browse files
[pre-commit.ci] pre-commit autoupdate (#104)
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.4.2](Lucas-C/pre-commit-hooks@v1.3.1...v1.4.2) - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 67e6efe commit e6ddf13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848

4949
# Changes tabs to spaces
5050
- repo: https://github.com/Lucas-C/pre-commit-hooks
51-
rev: v1.3.1
51+
rev: v1.4.2
5252
hooks:
5353
- id: remove-tabs
5454
# exclude: 'Make.WarpX|Make.package|Makefile|GNUmake'
@@ -79,7 +79,7 @@ repos:
7979
# Sorts Python imports according to PEP8
8080
# https://www.python.org/dev/peps/pep-0008/#imports
8181
- repo: https://github.com/pycqa/isort
82-
rev: 5.11.4
82+
rev: 5.12.0
8383
hooks:
8484
- id: isort
8585
name: isort (python)

0 commit comments

Comments
 (0)