Skip to content

Commit f4a79e6

Browse files
authored
Merge pull request #59 from FullStackWithLawrence/next
windows compatility
2 parents 3930bac + 9cbd52f commit f4a79e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ repos:
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black
16-
rev: 23.11.0
16+
rev: 23.12.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
2020
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.12.0
24+
rev: 5.13.1
2525
hooks:
2626
- id: isort
2727
args: ["--settings-path=pyproject.toml"]
@@ -33,7 +33,7 @@ repos:
3333
language: script
3434
types: [python]
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.5
36+
rev: 1.7.6
3737
hooks:
3838
- id: bandit
3939
args: ["-ll"]

0 commit comments

Comments
 (0)