Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/hadialqattan/pycln: v2.2.2 → v2.3.0](hadialqattan/pycln@v2.2.2...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 16, 2023
1 parent 6abcc15 commit a73f7ba
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
@@ -1,7 +1,7 @@
repos:
# General linting
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -20,7 +20,7 @@ repos:
- id: nbstripout
# Unused imports
- repo: https://github.com/hadialqattan/pycln
rev: "v2.2.2"
rev: "v2.3.0"
hooks:
- id: pycln
# Sorted imports
Expand Down

0 comments on commit a73f7ba

Please sign in to comment.