Skip to content

Commit

Permalink
Remove language_version in pre-commit config file (#195)
Browse files Browse the repository at this point in the history
* Remove language_version in pre-commit config file

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>

* Add "Unreleased" to changelog

Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes authored Aug 7, 2020
1 parent 3568831 commit 778da53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ repos:
rev: master
hooks:
- id: black
language_version: python3.7
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

Contributors to each release are listed in alphabetical order.

Unreleased
==========

Contributors
------------
- Håkon Wiik Ånes

Changed
-------
- Removed `language_version` in `pre-commit` config file.
(`#195 <https://github.com/kikuchipy/kikuchipy/pull/195>`_)

0.2.2 (2020-05-24)
==================

Expand Down

0 comments on commit 778da53

Please sign in to comment.