Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues3 fixed pre-commit config file #4

Merged
merged 2 commits into from
Feb 28, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
issues3 fixed pre-commit config file
  • Loading branch information
Adeel Ahmad committed Feb 28, 2018
commit ae6f38cfcdff5a22fa7d86bce2e20f994d99a583
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
sha: v1.2.1-1
hooks:
- id: autopep8-wrapper
- id: check-yaml
- id: fix-encoding-pragma
- id: requirements-txt-fixer
- id: trailing-whitespace
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

## Pull Request Process

1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
2. Update the README.md with details of changes to the interface, this includes new environment
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](https://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.

## Code of Conduct
Expand Down
3 changes: 2 additions & 1 deletion privatelink.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -- coding: utf-8 --
# -*- coding: utf-8 -*-

"""
File: privatelink.py
Expand All @@ -12,6 +12,7 @@

EC2 = boto3.client('ec2')


def lambder_handler(event, context):
"""
Handler to build Private-Link
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
aspy.yaml==1.0.0
boto3==1.5.4
botocore==1.8.18
cached-property==1.4.0
cfn-response==0.0.4
docutils==0.14
futures==3.2.0
hurry.filesize==0.9
identify==1.0.7
jmespath==0.9.3
nodeenv==1.2.0
nose==1.3.7
numpy==1.13.3
pre-commit==1.6.0
psutil==5.4.2
python-dateutil==2.6.1
PyYAML==3.12
s3transfer==0.1.12
six==1.11.0
uuid==1.30
virtualenv==15.1.0