Skip to content

Commit

Permalink
Bumps dependencies (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossedfall authored Sep 7, 2024
1 parent 161d7ea commit bb66f85
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 306 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: bf7a162
rev: b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.8.0
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,25 +15,25 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/flake8
rev: b9a7794
rev: e43806be3607110919eff72939fda031776e885a # frozen: 7.1.1
hooks:
- id: flake8
language_version: python3

- repo: https://github.com/asottile/reorder-python-imports
rev: b5d69d1
rev: e77caa8638839e934828a1968ce30a9ee4f3f509 # frozen: v3.13.0
hooks:
- id: reorder-python-imports

- repo: https://github.com/codespell-project/codespell
rev: ec0f41b
rev: 193cd7d27cd571f79358af09a8fb8997e54f8fff # frozen: v2.3.0
hooks:
- id: codespell
additional_dependencies:
- tomli

- repo: https://github.com/pre-commit/mirrors-mypy
rev: bd424e4
rev: d4911cfb7f1010759fde68da196036feeb25b99d # frozen: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down
Loading

0 comments on commit bb66f85

Please sign in to comment.