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/Zac-HD/shed: 0.10.7 → 2023.3.1](Zac-HD/shed@0.10.7...2023.3.1)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 6, 2023
1 parent 17f80b6 commit 2ade521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ exclude: tests/integration/data
repos:
# Normalise all Python code. (Black + isort + pyupgrade + autoflake)
- repo: https://github.com/Zac-HD/shed
rev: 0.10.7
rev: 2023.3.1
hooks:
- id: shed
- repo: https://github.com/PyCQA/flake8
# flake8 version should match .travis.yml
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -29,7 +29,7 @@ repos:
- id: bandit
exclude: '^tests/|_version.py|versioneer.py'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files # We don't want huge files. (Cut down test data!)
args: ['--maxkb=3000']
Expand Down

0 comments on commit 2ade521

Please sign in to comment.