Skip to content

Commit

Permalink
Apply upadup updates
Browse files Browse the repository at this point in the history
blacken-docs[black]: 23.1.0 -> 23.7.0
flake8[flake8-bugbear]: 23.2.13 -> 23.7.10
flake8[flake8-comprehensions]: 3.10.1 -> 3.14.0
  • Loading branch information
sirosen committed Jul 18, 2023
1 parent ed6547e commit 3afccb6
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 @@ -18,15 +18,15 @@ repos:
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: ['black==23.1.0']
additional_dependencies: ['black==23.7.0']
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
name: "Lint python files"
additional_dependencies:
- 'flake8-bugbear==23.2.13'
- 'flake8-comprehensions==3.10.1'
- 'flake8-bugbear==23.7.10'
- 'flake8-comprehensions==3.14.0'
- 'flake8-typing-as-t==0.0.3'
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
Expand Down

0 comments on commit 3afccb6

Please sign in to comment.