Skip to content

Commit f60d276

Browse files
Mykola YurchenkoMykola Yurchenko
Mykola Yurchenko
authored and
Mykola Yurchenko
committed
update libraries
1 parent c8172b6 commit f60d276

File tree

6 files changed

+14166
-9667
lines changed

6 files changed

+14166
-9667
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.idea
2+
.vscode
3+
24
env
35
venv
6+
.venv
7+
48

59
*.log
610
.coverage

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: stable
44
hooks:
55
- id: black
6-
language_version: python3.7
6+
language_version: python3.11
77

88
- repo: https://github.com/pre-commit/mirrors-mypy
99
rev: master

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
cache: pip
33
python:
4-
- "3.7"
4+
- "3.11"
55
install:
66
- pip install -r requirements.txt
77
- pip install codecov

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Geo
12
[![Build Status](https://travis-ci.com/colyk/geo.svg?branch=master)](https://travis-ci.com/colyk/geo)
23
[![codecov](https://codecov.io/gh/colyk/geo/branch/master/graph/badge.svg)](https://codecov.io/gh/colyk/geo)
34

0 commit comments

Comments
 (0)