Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mepland committed Nov 11, 2023
1 parent 45ed755 commit de382f6
Show file tree
Hide file tree
Showing 2 changed files with 1,292 additions and 1,475 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ repos:

# black
- repo: https://github.com/psf/black
rev: '23.7.0'
rev: '23.11.0'
hooks:
- id: black-jupyter
- repo: https://github.com/adamchainz/blacken-docs
rev: '1.15.0'
rev: '1.16.0'
hooks:
- id: blacken-docs
args: ['--line-length=100']
additional_dependencies: ['black==23.7.0']

# flake8
- repo: https://github.com/pycqa/flake8
rev: '6.0.0'
rev: '6.1.0'
hooks:
- id: flake8
additional_dependencies: [
Expand Down Expand Up @@ -77,7 +77,7 @@ repos:

# mypy
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.4.1'
rev: 'v1.7.0'
hooks:
- id: mypy

Expand Down Expand Up @@ -107,19 +107,19 @@ repos:

# vulture
- repo: https://github.com/jendrikseipp/vulture
rev: 'v2.7'
rev: 'v2.10'
hooks:
- id: vulture

# pyupgrade
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.9.0'
rev: 'v3.15.0'
hooks:
- id: pyupgrade

# yamllint
- repo: https://github.com/adrienverge/yamllint.git
rev: 'v1.32.0'
rev: 'v1.33.0'
hooks:
- id: yamllint
args: ['-c', '.dev_config/.yamllint.yaml', '--strict']
Expand Down Expand Up @@ -217,7 +217,7 @@ repos:

# pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.4.0'
rev: 'v4.5.0'
hooks:
#### python
# simply checks whether the files parse as valid python
Expand Down
Loading

0 comments on commit de382f6

Please sign in to comment.