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/pre-commit/mirrors-mypy: v1.7.0 → v1.7.1](pre-commit/mirrors-mypy@v1.7.0...v1.7.1)
  • Loading branch information
pre-commit-ci[bot] authored and woctezuma committed Dec 3, 2024
1 parent 8310149 commit 0af2b18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
files: \.(json|py)$
default_stages: [commit, manual]
default_stages: [pre-commit, manual]
repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.8.1
hooks:
- id: ruff
args: [
Expand All @@ -17,14 +17,14 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [types-requests]
stages: [manual]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: pretty-format-json
args: [
Expand All @@ -35,7 +35,7 @@ repos:
]

- repo: https://github.com/dosisod/refurb
rev: v1.24.0
rev: v2.0.0
hooks:
- id: refurb
args: [--python-version, "3.12"]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beautifulsoup4==4.12.2
requests==2.31.0
beautifulsoup4==4.12.3
requests==2.32.3
steamspypi==1.1.1

0 comments on commit 0af2b18

Please sign in to comment.