Skip to content

Commit

Permalink
Merge pull request #2 from hexrom/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hexrom committed Dec 27, 2023
2 parents 6496c5c + ecd2fa1 commit bfbff89
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 139 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release notes
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.1
- Precommit checks config installed
- Code formatting changes
- Repo art banner added to README
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="img/ghe-miner.png" alt="Logo" width="900" height="255">

# GHE Miner
GitMiner will query Github useful source code data at the Enterprise, Organization or Repository level.

Expand Down Expand Up @@ -112,8 +114,8 @@ Repos:
| * src
|
|- Repo Name: example-test
...
Expand Down
Loading

0 comments on commit bfbff89

Please sign in to comment.