Skip to content

Commit fc36dc2

Browse files
authored
Bump poetry + pre-commit deps (#92)
1 parent 0a49d98 commit fc36dc2

File tree

2 files changed

+321
-313
lines changed

2 files changed

+321
-313
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-toml
99
- id: check-added-large-files
1010
- repo: https://github.com/psf/black
11-
rev: 23.9.1
11+
rev: 23.11.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-isort
@@ -17,11 +17,11 @@ repos:
1717
- id: isort
1818
additional_dependencies: [toml]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.5.1
20+
rev: v1.7.0
2121
hooks:
2222
- id: mypy
2323
additional_dependencies: [types-requests]
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: 'v0.0.291'
25+
rev: 'v0.1.5'
2626
hooks:
2727
- id: ruff

0 commit comments

Comments
 (0)