Skip to content

Commit 01b3d85

Browse files
committed
Updated readme : added banner
1 parent 29aff1b commit 01b3d85

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
9+
args: ['--maxkb=1000']
910

1011
- repo: https://github.com/psf/black
1112
rev: 23.3.0
@@ -17,20 +18,12 @@ repos:
1718
rev: 6.0.0
1819
hooks:
1920
- id: flake8
21+
language_version: python3.9
2022

2123
- repo: https://github.com/pre-commit/mirrors-mypy
2224
rev: v1.3.0
2325
hooks:
2426
- id: mypy
2527
additional_dependencies: [types-requests]
2628
args: [--ignore-missing-imports]
27-
28-
- repo: local
29-
hooks:
30-
- id: pytest
31-
name: pytest
32-
entry: pytest
33-
language: system
34-
pass_filenames: false
35-
always_run: true
36-
args: [tests/, -v]
29+
language_version: python3.9

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Steadfast Courier Python SDK
2+
![Steadfast Courier Python SDK Banner](steadfast.png)
23

34
<!-- [![Tests](https://github.com/mojnomiya/steadfast-python/actions/workflows/tests.yml/badge.svg)](https://github.com/mojnomiya/steadfast-python/actions/workflows/tests.yml)
45
[![Publish](https://github.com/mojnomiya/steadfast-python/actions/workflows/publish.yml/badge.svg)](https://github.com/mojnomiya/steadfast-python/actions/workflows/publish.yml) -->

steadfast.png

660 KB
Loading

0 commit comments

Comments
 (0)