Skip to content

Commit

Permalink
Feature/create site (#9)
Browse files Browse the repository at this point in the history
πŸ’‘  Added badges to the readme, and remove redundant section.
πŸ› οΈ Added more versions of Python to test on, fixed typo.
πŸŽ‰ Added encoding to File component save method.
πŸ› οΈ Updated pre-commit dependencies versions, created mkdocs main file.
πŸ’‘  Implemented mkdocs, improved use case example docs.
✨ Minor version bump.

Co-authored-by: dor.abu <dor.abu@cyberproof.com>
  • Loading branch information
DorAbu and dor-abu authored Aug 31, 2021
1 parent ce1144d commit e4b29fb
Show file tree
Hide file tree
Showing 21 changed files with 1,008 additions and 593 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.7b0
hooks:
- id: black
language_version: python3.6
Expand Down
Loading

0 comments on commit e4b29fb

Please sign in to comment.