Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#592)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate
* Exclude aAS from codespell
---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jo Bovy <jo.bovy@gmail.com>
Co-authored-by: Jo Bovy <bovy@astro.utoronto.ca>
  • Loading branch information
3 people committed Jul 4, 2023
1 parent aaa2f22 commit cda019c
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 @@ -12,7 +12,7 @@ repos:
- id: check-executables-have-shebangs
- id: check-yaml
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -30,10 +30,10 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.4"
rev: "v2.2.5"
hooks:
- id: codespell
args: ["-L", "thisE,thise,mye,tE,te,hist,ro,sav,ccompiler",
args: ["-L", "thisE,thise,mye,tE,te,hist,ro,sav,ccompiler,aas",
"-x","doc/source/_static/try-galpy.js"]
- repo: https://github.com/psf/black
rev: 23.3.0
Expand Down

0 comments on commit cda019c

Please sign in to comment.