Skip to content

Commit

Permalink
Merge pull request #113 from smkent/manage-cookie
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
smkent committed Mar 5, 2024
2 parents 8db702c + 45f9c55 commit 33909d0
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 216 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: ["--config", "pyproject.toml"]
Expand All @@ -34,11 +34,11 @@ repos:
- flake8-simplify
- pep8-naming
- repo: https://github.com/pycqa/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: ["--keep-runtime-typing"]
Expand Down
Loading

0 comments on commit 33909d0

Please sign in to comment.