Skip to content

Commit

Permalink
Merge pull request #1084 from ZLLentz/maint_auto_fix_precommit
Browse files Browse the repository at this point in the history
MAINT: scripted fix for precommit
  • Loading branch information
ZLLentz authored Nov 16, 2022
2 parents 61b7551 + dabe4be commit 23a747b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
exclude: '^(conda-recipe/meta.yaml)$'
- id: debug-statements

- repo: https://gitlab.com/pycqa/flake8.git
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.2
hooks:
- id: flake8
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
1084 maint_auto_fix_precommit
#############################

API Changes
-----------
- N/A

Features
--------
- N/A

Device Updates
--------------
- N/A

New Devices
-----------
- N/A

Bugfixes
--------
- N/A

Maintenance
-----------
- Fix an issue with the pre-commit config pointing to a missing mirror.

Contributors
------------
- zllentz

0 comments on commit 23a747b

Please sign in to comment.