Skip to content

Commit

Permalink
revert unneccessary formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
DropD committed Oct 27, 2017
1 parent 6e82427 commit 2e83f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -8,10 +8,10 @@
(?x)^( # (?x) -> multiline regex, ^ -> beginning of file path
aiida/control/.*.py| # must match the whole path, therefore
aiida/cmdline/tests/.*.py| # the .*.py (.* matches everything)
aiida/backends/tests/verdi_commands.py|
docs/update_req_for_rtd.py| # a|b -> match a OR b
.travis_data/test_setup.py|
.travis-data/test_plugin_testcase.py|
aiida/backends/tests/verdi_commands.py|
aiida/utils/fixtures.py
)$ # $ -> end of file path, to add a directory, give full/path/.*
Expand Down

0 comments on commit 2e83f96

Please sign in to comment.