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/psf/black: 20.8b1 → 24.10.0](psf/black@20.8b1...24.10.0)
- [github.com/nbQA-dev/nbQA: 0.5.7 → 1.8.7](nbQA-dev/nbQA@0.5.7...1.8.7)
- [github.com/asottile/pyupgrade: v2.10.0 → v3.17.0](asottile/pyupgrade@v2.10.0...v3.17.0)
- [github.com/pycqa/isort: 5.7.0 → 5.13.2](PyCQA/isort@5.7.0...5.13.2)
- [github.com/mgedmin/check-manifest: 0.46 → 0.49](mgedmin/check-manifest@0.46...0.49)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 7.1.1](PyCQA/flake8@3.8.4...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent a8e8362 commit 274dc6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 24.10.0
hooks:
- id: black
language_version: python3.8
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.5.7
rev: 1.8.7
hooks:
- id: nbqa-black
additional_dependencies: [ black==20.8b1 ]
Expand All @@ -17,22 +17,22 @@ repos:
additional_dependencies: [ pyupgrade==2.7.3 ]
args: [ --nbqa-mutate, --py36-plus ]
- repo: https://github.com/asottile/pyupgrade
rev: v2.10.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: ['--py36-plus','--exit-zero-even-if-changed']
- repo: https://github.com/pycqa/isort
rev: 5.7.0
rev: 5.13.2
hooks:
- id: isort
files: '.*'
args: [ --profile=black, --project=pandas_profiling ]
- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.49"
hooks:
- id: check-manifest
- repo: https://gitlab.com/pycqa/flake8
rev: "3.8.4"
- repo: https://github.com/PyCQA/flake8
rev: "7.1.1"
hooks:
- id: flake8
args: [ "--select=E9,F63,F7,F82"] #,T001
Expand Down

0 comments on commit 274dc6f

Please sign in to comment.