Skip to content

Commit

Permalink
Merge pull request #11 from roskakori/9-drop-python-3.7
Browse files Browse the repository at this point in the history
#9 Update dependencies
  • Loading branch information
roskakori committed Aug 23, 2023
2 parents a65f917 + d25da5c commit d0855b4
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 292 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.7.0
hooks:
- id: black

Expand All @@ -28,13 +28,13 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: ["pep8-naming==0.13.3"]
Loading

0 comments on commit d0855b4

Please sign in to comment.