Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3653)
Browse files Browse the repository at this point in the history
updates:
- [github.com/Lucas-C/pre-commit-hooks: v1.4.1 → v1.4.2](Lucas-C/pre-commit-hooks@v1.4.1...v1.4.2)
- [github.com/pycqa/isort: 5.11.5 → 5.12.0](PyCQA/isort@5.11.5...5.12.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2023
1 parent 943c397 commit 4b1806c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:

# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.1
rev: v1.4.2
hooks:
- id: remove-tabs
exclude: 'Make.WarpX|Make.package|Makefile|GNUmake'
Expand All @@ -75,7 +75,7 @@ repos:
# Sorts Python imports according to PEP8
# https://www.python.org/dev/peps/pep-0008/#imports
- repo: https://github.com/pycqa/isort
rev: 5.11.5
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit 4b1806c

Please sign in to comment.