MilesCranmer commited on
Commit
bf0013d
2 Parent(s): b242a62 70d7238

Merge pull request #431 from MilesCranmer/pre-commit-ci-update-config

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml CHANGED
@@ -1,7 +1,7 @@
1
  repos:
2
  # General linting
3
  - repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v3.2.0
5
  hooks:
6
  - id: trailing-whitespace
7
  - id: end-of-file-fixer
@@ -9,7 +9,7 @@ repos:
9
  - id: check-added-large-files
10
  # General formatting
11
  - repo: https://github.com/psf/black
12
- rev: 23.3.0
13
  hooks:
14
  - id: black
15
  - id: black-jupyter
 
1
  repos:
2
  # General linting
3
  - repo: https://github.com/pre-commit/pre-commit-hooks
4
+ rev: v4.4.0
5
  hooks:
6
  - id: trailing-whitespace
7
  - id: end-of-file-fixer
 
9
  - id: check-added-large-files
10
  # General formatting
11
  - repo: https://github.com/psf/black
12
+ rev: 23.9.1
13
  hooks:
14
  - id: black
15
  - id: black-jupyter