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.6.1](Zac-HD/shed@0.10.7...2023.6.1)
- [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent 9d4a391 commit 7d151f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.6.1
hooks:
- id: shed
- repo: https://github.com/PyCQA/flake8
# flake8 version should match .travis.yml
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -24,12 +24,12 @@ repos:
- pep8-naming # Follow pep8 naming rules (eg. function names lowercase)
# Common Python security checks. (this is complementary to dlint in flake8)
- repo: https://github.com/PyCQA/bandit
rev: '1.7.4'
rev: '1.7.5'
hooks:
- id: bandit
exclude: '^tests/|_version.py|versioneer.py'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.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 7d151f2

Please sign in to comment.