Skip to content

Commit

Permalink
Merge pull request #65 from UNSW-CEEM/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
prakaa authored Aug 13, 2024
2 parents ba8f72b + f73c9f4 commit f56d117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:

# Runs black
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand All @@ -31,14 +31,14 @@ repos:

# Runs flake8
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8

# Runs mypy
# Uses local environment as opposed to mypy-mirror to enable access to dependencies
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
# name: mypy
Expand Down

0 comments on commit f56d117

Please # to comment.