Skip to content

Commit

Permalink
Merge branch 'main' into bugfix-167
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Jan 16, 2024
2 parents 5e161d5 + 4db18bf commit 574000b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ repos:
- id: end-of-file-fixer
exclude: ".*(.fits|.asdf)"
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings]
args: ['--select', 'E101,W191,W291,W292,W293,W391,E111,E112,E113,E901,E902,F401']
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
additional_dependencies: [toml]
Expand Down

0 comments on commit 574000b

Please sign in to comment.