-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from 6809/dev
Dev
- Loading branch information
Showing
27 changed files
with
765 additions
and
698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,6 @@ __pycache__ | |
!.editorconfig | ||
!.flake8 | ||
!.gitignore | ||
!.pre-commit-config.yaml | ||
!.pre-commit-hooks.yaml | ||
!.gitkeep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# pre-commit plugin configuration | ||
# See https://pre-commit.com for more information | ||
default_install_hook_types: | ||
- pre-commit | ||
- post-rewrite | ||
- pre-push | ||
|
||
repos: | ||
- repo: https://github.com/jedie/cli-base-utilities | ||
rev: v0.11.0 | ||
hooks: | ||
- id: update-readme-history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# https://pre-commit.com/#creating-new-hooks | ||
- id: update-readme-history | ||
name: cli-base-utilities | ||
description: >- | ||
Update history in README.md from git log. | ||
entry: "python -m cli_base update-readme-history -v" | ||
language: python | ||
language_version: python3 | ||
require_serial: true | ||
pass_filenames: false | ||
always_run: true | ||
verbose: true | ||
stages: [pre-commit, post-rewrite, pre-push] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
MC6809 CPU emulator written in Python | ||
""" | ||
|
||
__version__ = '0.7.2' | ||
# See https://packaging.python.org/en/latest/specifications/version-specifiers/ | ||
__version__ = '0.7.3' | ||
__author__ = 'Jens Diemer <[email protected]>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.