Skip to content

Commit f56d117

Browse files
authored
Merge pull request #65 from UNSW-CEEM/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ba8f72b + f73c9f4 commit f56d117

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
@@ -20,7 +20,7 @@ repos:
2020

2121
# Runs black
2222
- repo: https://github.com/psf/black
23-
rev: 24.4.2
23+
rev: 24.8.0
2424
hooks:
2525
- id: black
2626
# It is recommended to specify the latest version of Python
@@ -31,14 +31,14 @@ repos:
3131

3232
# Runs flake8
3333
- repo: https://github.com/pycqa/flake8
34-
rev: 7.1.0
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737

3838
# Runs mypy
3939
# Uses local environment as opposed to mypy-mirror to enable access to dependencies
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.11.0
41+
rev: v1.11.1
4242
hooks:
4343
- id: mypy
4444
# name: mypy

0 commit comments

Comments
 (0)