Skip to content

Commit

Permalink
DOC don't use mutable revision in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 19, 2020
1 parent 52dd678 commit e54ba66
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 91 deletions.
8 changes: 0 additions & 8 deletions HISTORY.rst

This file was deleted.

6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,19 @@ could add to your :code:`.pre-commit-config.yaml` file:
.. code-block:: yaml
- repo: https://github.com/MarcoGorelli/nbQA-mirror-0
rev: master
rev: 0.1.7
hooks:
- id: nbqa
args: ['flake8']
name: nbqa-flake8
- repo: https://github.com/MarcoGorelli/nbQA-mirror-1
rev: master
rev: 0.1.7
hooks:
- id: nbqa
args: ['isort']
name: nbqa-isort
- repo: https://github.com/MarcoGorelli/nbQA-mirror-2
rev: master
rev: 0.1.7
hooks:
- id: nbqa
args: ['mypy']
Expand Down
3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ nbQA
:caption: Contents:

readme
installation
usage
modules
contributing
authors
history

Indices and tables
==================
Expand Down
51 changes: 0 additions & 51 deletions docs/installation.rst

This file was deleted.

26 changes: 0 additions & 26 deletions docs/usage.rst

This file was deleted.

1 change: 1 addition & 0 deletions push-to-mirrors.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
for i in 0 1 2 3 4 5 6 7 8 9; do git push mirror-$i master; done;
for i in 0 1 2 3 4 5 6 7 8 9; do git push mirror-$i $1; done;

0 comments on commit e54ba66

Please sign in to comment.