Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#168)
Browse files Browse the repository at this point in the history
updates:
- [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.3](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.3)
- [github.com/hadialqattan/pycln: v2.2.0 → v2.2.1](hadialqattan/pycln@v2.2.0...v2.2.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Aug 9, 2023
1 parent 3689583 commit 859f9b6
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 @@ -49,7 +49,7 @@ repos:

# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.3
hooks:
- id: remove-tabs
# exclude: 'Make.WarpX|Make.package|Makefile|GNUmake'
Expand All @@ -72,7 +72,7 @@ repos:

# Autoremoves unused Python imports
- repo: https://github.com/hadialqattan/pycln
rev: v2.2.0
rev: v2.2.1
hooks:
- id: pycln
name: pycln (python)
Expand Down

0 comments on commit 859f9b6

Please sign in to comment.